Hi, In my php web site, I need to display the time in 24 hours system. I.e. not in am/pm. I have a date 03/17/2012 9:40 PM I want to display this as
17-03-2012 21:40
Is there is any function to achieve this in php?
I have searched a lot, but fail.
Thanks in advance
Try out
strftime():