php2010 Posted December 17, 2010 Share Posted December 17, 2010 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 More sharing options...
php2010 Posted December 17, 2010 Author Share Posted December 17, 2010 I found the solution. This can be removed. Link to comment https://forums.phpfreaks.com/topic/222007-strtotime-date-converting/#findComment-1148777 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.