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
Moderator: General Moderators
Code: Select all
strtotime( '9:00 pm') ;Code: Select all
strtotime( '21:00') ;