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

implement strftime equivalent for undate objects #78

Open rlskoeser opened 3 weeks ago

rlskoeser commented 3 weeks ago

roughly equivalent to datetime.strftime but aware of the partially known, unknown, uncertain, etc.

may be able to adapt from related work from Shakespeare and Company Project, which has a custom django template tag for partial dates that works like the django built-in date template tag with handling for unknown parts of the date