checkdate in PHP

Syntax of checkdate bool checkdate(int month, int day, int year) Returns true if the month, date, and year as given in the parameters are valid (Gregorian), and false if not. A date is considered valid if the year falls between 1 and 32,767 inclusive, the month is between 1 and 12 inclusive, and the day … Read more