Guess it matters on which one you want to do the date handling...php or
MySQL.

If it's PHP, I like epoch time, makes manipulating time and dates very
simple (basic math). MySQL has its own timestamp format (the guy above me
mentions it).

Whichever you feel more comfortable with.

John

"Jough Jeaux" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Greetings all, I'm working on a message-board-type application that will
use time stamps to sort part of the messages.  I was wondering what
everyone's favorite way to transfer dates between PHP and MySQL was?
>
> --Jough
>
>
> ---------------------------------
> Do you Yahoo!?
> Free Pop-Up Blocker - Get it now

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

Reply via email to