Filters whether the given date is valid for the Gregorian calendar.
Parameters
$checkdatebool- Whether the given date is valid.
$source_datestring- Date to check.
Source
return apply_filters( 'wp_checkdate', checkdate( $month, $day, $year ), $source_date );
Changelog
| Version | Description |
|---|---|
| 3.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.