ISO 8601 represents the date in YYYY-MM-DD .
It does not seem to give any recommendations on how to represent the date range, for example:
2013-01-01 => 2013-06-31
Does ISO 8601 or another standard make a reasonable recommendation for representing date ranges?
Background: this should be used as the output of the toString() method of the DateRange object, the output of which can then be analyzed by the parse() method.
date standards naming iso8601 date-range
Benjamin
source share