When I pull the date out of the db, it comes back like this:
2009-10-14T19:00:00
I want to format it in two different ways...
The first: F d, Y The second h:m (12 hour format)
Everything I try returns December 1969... Help?! I feel so confused...
|
|
|
|
|
|
|
Normally the code is just:
Note that if |
|||
|
|
|
If you want to format it in the database (assuming MySQL):
...or if you want to do the conversion in PHP:
Reference: |
||
|
|
|
|
You might wanna check strtotime |
||
|
|