static bool checkDate(int $year, int $month, int $day)
Checks whether a date is valid.
static bool checkDate(int $year, int $month, int $day)
Checks whether a date is valid.
int | $year | The year |
int | $month | The month |
int | $day | The day |
bool | Whether the date is valid |
Designed by : w10schools
service@w10schools.com
Please login to continue.