When creating/editing a todo allow "relative" due-dates to be added.
Although entering a date this way is allowed, the actual text in the todo will always be ISO 8601 format, i.e. yyyy-mm-dd
examples:
due:today - self-explanatory
due:monday - due on following monday (any weekday is permitted)
if today is Monday then due:monday == due:+1w == due:+7d
due:tomorrow - self-explanatory
due:+12 - due in 12 days
due:+12d - due in 12 days
due:+3w - Today in 3 weeks
If a file (in dropbox) or an import contains any of these, they will be converted to ISO 8601.
When creating/editing a todo allow "relative" due-dates to be added. Although entering a date this way is allowed, the actual text in the todo will always be ISO 8601 format, i.e. yyyy-mm-dd
examples:
due:today
- self-explanatorydue:monday
- due on following monday (any weekday is permitted)due:monday
==due:+1w
==due:+7d
due:tomorrow
- self-explanatorydue:+12
- due in 12 daysdue:+12d
- due in 12 daysdue:+3w
- Today in 3 weeksIf a file (in dropbox) or an import contains any of these, they will be converted to ISO 8601.