nope.
Always store the date in your database as either a DATE or DATETIME type, or put the timestamp in an INTEREGER field.
If you use DATE or DATETIME you can use the date calculation functions which are very usefull, and you can use DATE_FORMAT() to SELECT a date in any format you like.
Never ever store a date as a string.