aziz / PlainTasks

An opinionated todo-list plugin for Sublime Text editor (version 2 and 3)
MIT License
3.29k stars 286 forks source link

Due tag auto complete date alternates between mm/dd/yy and dd/mm/yy formats #371

Closed 5vbz3r0 closed 6 years ago

5vbz3r0 commented 6 years ago

When adding a @due tag, the date is added in mm/dd/yy format. So, pressing tab after @due(04-01-18) sets the due date as 01-04-18. So, it becomes @due(01-04-18). Pressing tab from within the tag again, now sets it as @due(04-01-18). Fortunately, this doesn't happen with dates larger than 12 for obvious reasons. I know it sounds confusing, but I've tried to describe it as best as I can. image image

Also, as you can see, overdue task highlighting works now and then (or not at all), but that probably is a different issue.