I need know if a $paymentDate (31/12/2010) is valid between $contractDateBegin(01/01/2001) and $contractDateEnd(01/01/2012)
dd/mm/yyyy FORMAT !
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.
As of PHP 5.3:
You may need to adjust the use of
<=to<depending on whether or not the dates are exclusive.