EpocDotFr / todotxtio

Simple Python module to parse, manipulate and write Todo.txt data
https://epocdotfr.github.io/todotxtio/
Other
15 stars 9 forks source link

Allow the use of datetime objects when setting creation- and completion dates #19

Open Olen opened 3 years ago

Olen commented 3 years ago

Just make it slightly easier to set the creation and completion dates by allowing the use of datetime-objects without converting to string first.