Posted by NC on 12/09/05 05:16
Greg Scharlemann wrote: > > If I have a date that looks like: 2005-12-07 10:10:00 > > How could I manipulate it in php to say "Dec, 07, 2005"? echo date('M d, Y', strtotime('2005-12-07 10:10:00')); Cheers, NC
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming