Jump to content

STRTOTIME Date converting


php2010

Recommended Posts

I'm having a bit of trouble converting dates from strings. "171630Z - 181200Z" is what I would like to convert. I want to be able to display more information via date() with strtotime(). The timezone I would prefer is Central. To explain what the string represents:

 

17 = day (December 17th - today)

1630Z = time in UTC/GMT

 

18 = day (December 18th - tomorrow)

1200Z = time in UTC/GMT

 

Is there an easy way of doing this or is it impossible with just the day and time in UTC? Thanks.

 

Edit: I would also like to convert "1009 AM CST FRI DEC 17 2010" but that isn't working either. :-\

Link to comment
https://forums.phpfreaks.com/topic/222007-strtotime-date-converting/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.