pub type Date = NaiveDate;Expand description
Date in the proleptic Gregorian calendar (without time zone).
Represents a description of the date (as used for birthdays, for example). It cannot represent an instant on the time-line.
Date scalar compliant.
See also chrono::NaiveDate for details.
Aliased Typeยง
struct Date { /* private fields */ }