A Anonymous Guest Feb 21, 2003 #1 You could use it to specify the format: DATE_FORMAT http://www.phpfreaks.com/mysqlref/3.php
A Anonymous Guest Feb 23, 2003 #2 Well, you can't format the input of the DATE column type but you could format the output using Code: DATE_FORMAT(date,format) Also, as you suggested you can save it in the database as varchar and then give it the format. bye!
Well, you can't format the input of the DATE column type but you could format the output using Code: DATE_FORMAT(date,format) Also, as you suggested you can save it in the database as varchar and then give it the format. bye!