The date could not be formatted. Error in date pattern: {0}.
Explanation
The application was unable to apply formatting to the date because the date pattern was not valid.
User response
Ensure that the date pattern is structured in the formats supported by the Java Runtime Environment, such as YYYY-MM-DD or MM-DD-YYYY, where YYYY is the year, MM is the month, and DD is the day.