Thanks alot! strtotime pretty much does all the work, just alittle help formatting at the beginning. If anyone else is interested here were my original examples:
2004-09-18T17:57:00+00:00 - needs formatting
2004-09-13T06:44:30-07:00 - (obv same as above)
Wed, 15 Sep 2004 08:15:00 PST - no formatting necessary
On the 1st two, just change:
2004-09-18 17:57:00+0000 - Remove "T" and ":" from time zone.
2004-09-13 06:44:30-0700
|