pub fn parse_date(i: &[u8]) -> IResult<&[u8], Date>
Parses a date string.
See date for the supported formats.
date