Date.valid_commercial?(cwyear, cweek, cwday[, start=Date::ITALY]) â bool
Class Public methods
Returns true if the given week date is valid, and false if not.
Date.valid_commercial?(2001,5,6) #=> true Date.valid_commercial?(2001,5,8) #=> false
See also jd and commercial.
Please login to continue.