Hi all,
I am trying to format a date...The format i am gettin is 2004-04-24 00:00:00 from an access database and the format i want is 24/04/04 to display to the user...
Any help greatly appreciated. Thanks in advance
Rgds Niall
That looks like a format that [man]strtotime[/man] can parse. Between that and [man]date[/man] you should be all set.
On the other hand, a bit of fiddling with various string functions (mainly [man]substr[/man]) could achieve the same effect....