dh-tech / undate-python

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

Allow partially known dates #3

Closed jdamerow closed 1 year ago

jdamerow commented 2 years 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 1 year ago

initial implementation completed in #36