Function mz_repr::strconv::parse_date
source ยท pub fn parse_date(s: &str) -> Result<Date, ParseError>
Expand description
Parses a Date
from s
.
pub fn parse_date(s: &str) -> Result<Date, ParseError>
Parses a Date
from s
.