I've got a var $date_ordered that gives me the following string: "2013-07-02 07:48:06" I want php to recognize this as a date, put it in the following format: "2013-07-02T07:48:06+0100" And add 48 hours to it.
How would I go about doing that?
Kind regards