chrono::naive::date::MAX [] [src]

pub const MAX: NaiveDate = NaiveDate { ymdf: (MAX_YEAR << 13) | (365 << 4) | 0o17 /*F*/ }

The maximum possible NaiveDate.