German Date Format Support
-
Hello there,
we’ve got a problem with date validation on Edit single-event post.
When you choose date-format=9 or higher on Backend Date Settings page, and you want to save a single ticket on a single-edit-event page, the ticket_start_date, ticket_end_date inputs are invalid for no reason.By checking out /event-tickets/common/src/resources/js/validation.js i found out that on line 128 (var formats = [ … ) are just 9 formats registered. But actually there are 11.
On line 154 the script is checking out if given formatKey is defined in formats array. And if it doesnt exist, formatKey = 0.
I successfully tested to enhance the formats array for the left 3 formats.
Would be great if you can fix this as fast as possible.
Greetings from Germany and may the force be with you ??
- The topic ‘German Date Format Support’ is closed to new replies.