Parse a user-typed string into a Date using the expected format. Returns null if the input doesn't match the format or produces an invalid date.
Date
null
Parse a user-typed string into a
Dateusing the expected format. Returnsnullif the input doesn't match the format or produces an invalid date.