u can use highly customizabe MySQL DATE_FORMAT() function for retrievingThanks for the detailed information.
date in desired format.
This is probably the technique I'll use.For manipulating date in php, u can use the MySQL UNIX_TIMESTAMP(date) function to return unix timestamp of the date and use the php date functions like date(), getdate() etc. on it.
What do you mean by php date?I mean "I am a confused newbie and for some reason I think that PHP has a date primitive type." Thanks to you and others, I am now straightened out <g>.
Bruce Feist
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]