Closed chrthomsen closed 1 year ago
ymdparser and ymdhmsparser now accept datetime.date(time) as input. Any other input is cast to a str and quotes are removed before it is split into the needed parts to create a datetime.date(time).
Closes GitHub issue #40 and closes GitHub PR #41 (which inspired this).
ymdparser and ymdhmsparser now accept datetime.date(time) as input. Any other input is cast to a str and quotes are removed before it is split into the needed parts to create a datetime.date(time).
Closes GitHub issue #40 and closes GitHub PR #41 (which inspired this).