Unify Dates logic and expand DoneDate format

This commit is contained in:
Joscha 2021-12-14 23:32:04 +01:00
parent 2e7ab3c4a1
commit c69af9bcde
8 changed files with 119 additions and 133 deletions

View file

@ -112,6 +112,7 @@ statements = { (stmt_date | stmt_bdate | stmt_from | stmt_until | stmt_except |
donedate = {
datum ~ time ~ "--" ~ datum ~ time
| datum ~ time ~ "--" ~ time
| datum ~ time
| datum ~ "--" ~ datum
| datum