I have an array with a key timestamp with the following content
"timestamp" => "2011-11-29 00:00:00"
When i try to change the format using this
date("F j, Y", $data['Visitor']['timestamp']);
i get the following error
A non well formed numeric value encountered