How To Use Function checkdate() Using PHP
Good Day!!!
In this tutorial, we are going to learn PHP function, and it's called "checkdate()". The checkdate() function returns true if the specified date is valid, and false otherwise.A date is valid if:
- month - is between 1 and 12 inclusive
- day - is within the allowed number of days for the particular month
- year - is between 1 and 32767 inclusive
- Read more about How To Use Function checkdate() Using PHP
- Log in or register to post comments
- 30 views