NaiveDateのparse_from_strを使う。 ```rust NaiveDate::parse_from_str("20220203", "yyyyMMdd"); ```