Hello.
I have a date (stored in MySQL) that is coming out (stored) in the format of:
Y-m-d h:i:s
I would like to be able to display it at:
Y-m-d g:i A
I need it stored in the value that it is presently being stored in (for other parts of the script), however, in one particular place, I need the date to be formated (displayed) in: Y-m-d g:i A
Is there any easy to to do this?
Thanks.
JbA