-
Notifications
You must be signed in to change notification settings - Fork 0
cDate::CheckDate()
Rainer Stötter edited this page May 9, 2017
·
1 revision
public mixed libdatephp\cDate::CheckDate(integer $month, integer $day, integer $year)
- Namespace : libdatephp
- Class name: cDate
- This method is defined by libdatephp\cDate
The method CheckDate( ) returns true, if the parameters are valid for a new cDate object
- $month integer - <p>the month part of the date to be checked</p>
- $day integer - <p>the day part of the date to be checked</p>
- $year integer - <p>the year part of the date to be checked</p>
This wiki page is part of the documentation of the PHP class library libdatephp