PHP » GoLang |
login |
register |
about
|
checkdate(PHP 4, PHP 5, PHP 7) checkdate — Validate a Gregorian date Description
bool checkdate
( int
$month
, int $day
, int $year
)Checks the validity of the date formed by the arguments. A date is considered valid if each parameter is properly defined. Parameters
Return Values
Returns Examples
Example #1 checkdate() example
<?php The above example will output: bool(true) bool(false) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|