Why is strftime() not working in part of my code?
In my page i have
#### just for testing that strftime works like it should #####
/// i comment the next 2 lines out when i run the page as this is just debugging
$date ='Nov 02, 2009';
echo strftime("%Y-%m-%d",strtotime($date));
//returns...