
10-26-2008, 01:42 PM
|
|
|
Join Date: Apr 2008
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by morficus
if you do %H it shows the time in 24-h time
but %i does not show the minutes... it does nothing
to show the minutes do %M
I still haven't figured out how to make it show time in 12-h time along with the AM/PM or miliseconds.... It would be really useful if I knew what notation it was using.
time stamps typically use the PHP function date() notation.... but this seems to not follow that 
|
Try h:ia
Best Regards
|