parse

Function parse 

Source
pub fn parse(par: &str, fin: &str) -> Option<NaiveDate>
Expand description

usually, parse_from_path should be used instead of this low-level function