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.
- Date
Parse Error - An error that occurs parsing a
Date
. - Date
Validation Error - An error that occurs in
Date::try_new
when an invalid date is encountered.