RE: how should MS Access DATETIME be handled in PHP?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> I expect there's actually several ways, although I'm thinking it's likely
> that none of them is blindingly obvious.  Personally, I think I'd be
> inclined to do it like this:
>
>    $mth = 9;
>    echo date('F', mktime(12,0,0, $mth));
>

Interesting.  Thanks a bunch for the tip, Mike.  Appreciate it.

Bing

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



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux