jmhobbs / jsTodoTxt

JavaScript parser for todo.txt formatted text files.
https://jstodotxt.velvetcache.org
MIT License
67 stars 14 forks source link

Fix month parsing in Due Extension #18

Closed xuhcc closed 3 years ago

xuhcc commented 5 years ago

When month is passed to Date constructor, it must be zero-based.

jmhobbs commented 3 years ago

Merged and released as 0.8.1, thanks!