NYCPHP Meetup

NYPHP.org

[nycphp-talk] Help converting MySQL datetime to month

Randal Rust randalrust at gmail.com
Thu Oct 19 21:52:21 EDT 2006


On 10/19/06, csnyder <chsnyder at gmail.com> wrote:

> linux/unix only I think:
>
> function convertDatetime($value){
>   return date( 'F d, Y', strtotime( $value ) );
> }

thanks, chris.

it works on windows too:) at least it's working here.

-- 
Randal Rust
R.Squared Communications
www.r2communications.com



More information about the talk mailing list