On 23 Apr 2013, at 11:07, "Chris Knipe" <savage@xxxxxxxxxxxxx> wrote: > $_SESSION['ExpiryDate'] = "2013-04-23"; > echo date_format($_SESSION['ExpiryDate'], "D, \t\h\e jS \o\f M Y"); > > Required Result: Mon, the 23rd of Apr 2013 > > I get however: PHP Warning: date_format() expects parameter 1 to be > DateTime, integer given in > > I've had a look at the date/time function list, but I cannot seem to find > any way to convert $_SESSION['ExpiryDate'] to an DateTime?? http://php.net/strtotime -Stuart -- Stuart Dallas 3ft9 Ltd http://3ft9.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php