Re: [PHP] date convertion

2003-12-09 Thread CPT John W. Holmes
> I have a script where a user inputs a date in MMDD format, and I need > to convert it to month day, year. For example they will enter 20031209 > and I need the script to return the date as December 09, 2003. They won't > be entering today's date, so I can't use the timestamp with the date >

RE: [PHP] date convertion

2003-12-09 Thread Dan Joseph
Hi, > I have a script where a user inputs a date in MMDD format, and I need > to convert it to month day, year. For example they will enter 20031209 > and I need the script to return the date as December 09, 2003. > They won't > be entering today's date, so I can't use the timestamp with the