Recent content by w2pc.com

  1. W

    PHP function strftime() working in part of code but not other part?

    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...
Back
Top