DateTimeException if the given string is
not in the ISO Extended format or if the resulting DateTime would not be valid.
Creates a DateTime from a string with the format YYYY-MM-DDTHH:MM:SS. Whitespace is stripped from the given string.
isoExtString | A string formatted in the ISO Extended format for dates and times. |
DateTimeException if the given string is
not in the ISO Extended format or if the resulting DateTime would not be valid.