DateTimeException if the given string is
not in the ISO format or if the resulting DateTime would not be valid.
Creates a DateTime from a string with the format YYYYMMDDTHHMMSS. Whitespace is stripped from the given string.
isoString | A string formatted in the ISO format for dates and times. |
DateTimeException if the given string is
not in the ISO format or if the resulting DateTime would not be valid.