[PHP] Re: Date conversion problems

2002-08-26 Thread David Robley
In article <[EMAIL PROTECTED] maeci.gc.ca>, [EMAIL PROTECTED] says... > Having a little trouble with converting dates. > > I have, in my database, a bunch of dates stored like this: -M. Month is > obviously the number of the month (5), not the name (May). > > I want to convert the format to

[PHP] Re: Date conversion problems

2002-08-26 Thread Richard Lynch
>Having a little trouble with converting dates. > >I have, in my database, a bunch of dates stored like this: -M. Month is >obviously the number of the month (5), not the name (May). > >I want to convert the format to MMM, (ex: May, 2002), so I used the >mktime function. Basically I extra