chrono::naive::date::MIN [] [src]

pub const MIN: NaiveDate = NaiveDate{ymdf: MIN_YEAR << 13 | 1 << 4 | 7,}

The minimum possible NaiveDate.