Unify Dates logic and expand DoneDate format
This commit is contained in:
parent
2e7ab3c4a1
commit
c69af9bcde
8 changed files with 119 additions and 133 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue