Posted by Joe Scylla on 06/06/07 16:05
monomaniac21 wrote: > hi i have a time string of the form: 2007-05-30 11:46:34 i would like > to format this to 30/5/2007, how can i do this? thanks > echo date("d/m/Y", strtotime("2007-05-30 11:46:34")); prints out: 30/05/2007 Regards Joe
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming