Skip to content

cDate::CheckDate()

Rainer Stötter edited this page May 9, 2017 · 1 revision

Method CheckDate( )

 public   mixed libdatephp\cDate::CheckDate(integer $month, integer $day, integer $year)

The method CheckDate( ) returns true, if the parameters are valid for a new cDate object

Arguments

  • $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>

Clone this wiki locally