PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
pedrotuga
Forum Contributor
Posts: 249 Joined: Tue Dec 13, 2005 11:08 pm
Post
by pedrotuga » Wed Nov 15, 2006 1:10 pm
Which function should i use to parse this date?
BTW.... does anybody knows what's this format called and whats the Z doing in the end?
thank you
aaronhall
DevNet Resident
Posts: 1040 Joined: Tue Aug 13, 2002 5:10 pm
Location: Back in Phoenix, missing the microbrews
Contact:
Post
by aaronhall » Wed Nov 15, 2006 1:25 pm
The Z should stand for Zulu (UTC) time.
pedrotuga
Forum Contributor
Posts: 249 Joined: Tue Dec 13, 2005 11:08 pm
Post
by pedrotuga » Wed Nov 15, 2006 3:50 pm
strtotime doesnt parse it, forgot to mention that on the opening message.
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Wed Nov 15, 2006 3:52 pm
Remove the "T" and probably the "Z" and
strtotime() will parse it just fine.