pub fn parse_naive_date(value: &str) -> Result<NaiveDate, Error>
Parses a string into a NaiveDate.
NaiveDate