-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
input: Align date-parts and edtf string models (#301)
This modifies the structured date object to align with the EDTF model. It moves the qualifiers to the date object, and then defines a date range as an array of these date objects. The result is that dates can either be represented as an EDTF string, or as a structured object date, or a date range array. It also replaces the `date-parts` array with simple properties for the date parts. The intention is the structured variants will go away in time, so that in the future the only option will be the EDTF string. Closes #300
- Loading branch information
Showing
2 changed files
with
128 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters