dh-tech / undate-python

A Python library for working with fuzzy, partial, or otherwise uncertain dates
Apache License 2.0
6 stars 1 forks source link

Allow partially known dates #3

Closed jdamerow closed 8 months ago

jdamerow commented 1 year ago

In Undate class, right now it allows dates without a year, but it would be good if it would allow, for example, missing digits (e.g. 1991-1?-10).

rlskoeser commented 8 months ago

initial implementation completed in #36