If your MySQL field is date or datetime then MySQL will store whatever date your put 
in the field. If you use a timestamp field then MySQL will set this field to the 
current datetime on an insert or update unless you specifically set it to something. 

See this section of the manual for more information.

http://www.mysql.com/doc/en/DATETIME.html

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to