I’m usign strftime("%e %B %Y", 1344557429)
It returns false but it should return a date in this format "10 August 2012" according to http://php.net/manual/en/function.strftime.php
Any ideas where the problem might be?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Read manual first:
Find huge red box:
While making new code is common practice to set error_reporting to E_ALL so you can easily find errors.