Needing some help with Date,time format using the following code which gives me this format.
01.06.2002 05:57 PM
Need help with 2 things if possible, first would like to spell out Month instead of just a number and second how would I change it to a 24 hour clock instead of a 12 hour clock.
PHP Code:
<?php echo date ("m.d.Y h:i A");?>
Any help would be appreciated.
Thx