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"?
I can separate the string at the space, but don't know where to go from
there....thanks for any suggestions.
How could I manipulate it in php to say "Dec, 07, 2005"?
I can separate the string at the space, but don't know where to go from
there....thanks for any suggestions.
Comment