ORDER BY date DESC?

I have made a db and it only has to colums: date and text. At the moment when I veiw the content the most recent date is at the bottom and the older entry is at the top I know it is because of this:

ORDER BY date DESC
but I dont know how to change it I have had a look at a few tutorials on it but the dont seem to explain it very clearly. is it possible to use “ASC” or ascend in stead of “DESC” or what should I be using instead. thanx alot:kommie: