Diana Castillo wrote:

Does anyone know if there is any speed advantage to saving a date as a unix
timestamp or a numeric field instead of a date field? (in Mysql)
thanks,

Well, I prefer using an int(14) field for saving unix dates (so, I save the date as unix and not as date field). Thus is easier to work between dates adding and everything else...



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to