Add option to split times with a start AND an end date #1

Closed
opened 2021-01-06 23:00:19 +01:00 by jrenslin · 1 comment
Owner

E.g. 01.01.1920-02.03.1932.

E.g. 01.01.1920-02.03.1932.
jrenslin added the
kind/feature
priority/medium
labels 2021-01-06 23:00:20 +01:00
jrenslin self-assigned this 2021-01-06 23:00:20 +01:00
Author
Owner

This can be achieved by splitting the string along a single hyphen, then treating each part as a full date. If each part is a valid date, this is surely a date that can be split safely.

This can be achieved by splitting the string along a single hyphen, then treating each part as a full date. If each part is a valid date, this is surely a date that can be split safely.
jrenslin added the
status/done
label 2021-05-11 01:47:42 +02:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: museum-digital/MDNodaHelpers#1
No description provided.