Hi i'm getting dates from feed in this format
2009-11-04T19:55:41Z
i'm trying to format it using the date() function in PHP but i get an error saying:
date() expects parameter 2 to be long, object given in /bla/bla.php
i tried using preg_replace() to remove the T and the Z but still can't get it to work
any ideas on this ?