DateTimeException if the given string is
not in the correct format or if the resulting Date would not be valid.
Creates a Date from a string with the format YYYY-Mon-DD. Whitespace is stripped from the given string.
simpleString | A string formatted in the way that toSimpleString formats dates. |
DateTimeException if the given string is
not in the correct format or if the resulting Date would not be valid.