date()

On Wed, 3 Apr 2002, Erik Price wrote:

>
> On Wednesday, April 3, 2002, at 04:14  PM, Rasmus Lerdorf wrote:
>
> > But you can simply call MySQL's UNIX_TIMESTAMP() function on the mysql
> > field when you select it if you want it into unix timestamp format.
>
> For SELECTs, this is fine, but what happens when I want to insert a new
> date?  I transform all of my dates into Unix timestamps so that I can
> pass them around in form fields etc, but MySQL's timestamp format is
> different.  Is there some way to call something like
> UNIX_TO_MYSQL_TIMESTAMP() in MySQL (or PHP)?
>
>
> Erik
>
>
>
>
> ----
>
> Erik Price
> Web Developer Temp
> Media Lab, H.H. Brown
> [EMAIL PROTECTED]
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


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

Reply via email to