Calendar::isValid
Calendar::isValid() – Determine whether this date is valid
Synopsis
require_once 'Calendar.php';
boolean Calendar::isValid (
)
Описание
Determine whether this date is valid with the bounds determined by the Calendar_Engine. The call is passed on to Calendar_Validator::isValid
Throws
throws no exceptions thrown
Замечание
This function can not be called statically.