Home
last modified time | relevance | path

Searched refs:from_ymd (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/version_check/src/
H A Ddate.rs65 Some(Date::from_ymd(year, month as u8, day as u8)) in parse()
79 /// assert!(Date::from_ymd(2021, 7, 30).exactly("2021-07-30"));
80 /// assert!(Date::from_ymd(2010, 3, 23).exactly("2010-03-23"));
81 /// assert!(Date::from_ymd(2090, 1, 31).exactly("2090-01-31"));
84 /// assert!(Date::from_ymd(2090, 1, 33).exactly("2090-01-01"));
86 pub fn from_ymd(year: u16, month: u8, day: u8) -> Date { in from_ymd() functions

Completed in 1 milliseconds