Converts a string to a DateRange.
The string is assumed to be an ISO-8601 time interval representation in extended format. The output of DateRange.toString can be safely parsed using this method.
Examples:
1990-01-04/1991-08-30
../1991-08-30
1990-01-04/..
../..
(empty string)