Skip to main content

validate_date

Function validate_date 

Source
pub fn validate_date(y: i32, m: u32, d: u32) -> bool
Expand description

Validate whether the given year, month and day form a legal date.