How do operations with dates in cakephp?
I want to calculate the difference in days between two dates, for example: a date subtracting 10 days or a date and add 20 days.
How I do that?
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.
You can use this:
Take a look on this: http://book.cakephp.org/2.0/en/core-libraries/helpers/time.html
Maybe you wan’t see this one too: http://www.php.net/manual/en/function.date.phpenter