can you please help me with formatting the following date using PHP
variable $start contains the following date
this date
Wed Feb 01 2012 05:00:00 GMT-080
should become
2012-02-01T13:00:00
I know how to use basic PHP date/time formats, but this one is a bit though-er,
thanks in advance
1 Answer