Ask a question to get started
Enter to send•Shift+Enter new line
parse_date( value: Union[date, StrBytesIntFloat], ) -> date
Parse a date/int/float/string and return a datetime.date.
Raise ValueError if the input is well formatted but not a valid date. Raise ValueError if the input isn't well formatted.