Help with strtotime()
Posted: Mon May 15, 2006 8:45 pm
Could someone help me with this:
If I use the following ;
I get a converted date/time of 9:00 am
If I use the following ;
Then I get the proper converted date/time.
I am confused as to how I would get the proper date/time for example 1 above.
Thanks
If I use the following ;
Code: Select all
strtotime( '9:00 pm') ;If I use the following ;
Code: Select all
strtotime( '21:00') ;I am confused as to how I would get the proper date/time for example 1 above.
Thanks