Module date

Module date 

Source
Expand description

Contains a basic Date type used for differentiating nightly versions of rust.

Intentionally ignores timezone information, making it much simpler than the time crate

Structsยง

Date
Indicates the date.
DateParseError
An error that occurs parsing a Date.
DateValidationError
An error that occurs in Date::try_new when an invalid date is encountered.