Ok so I want to change the way my date/time echos from the DB
In the DB I am using Date/Time as the format, so obviously it would look like this: 
and that would echo:
But what I am trying to get it to echo is:
So I am thinking something like strpos and then changing that with str_replace, but I don't know how I would do that.
Last edited by Aaron™; 08-10-2009 at 02:25 PM..
|