Hello,
I am looking at your localization example. Contrary to the other examples, this scheduler uses the 24 hour format. Is including the globalize.culture.de-DE.js file the only thing I have to do to achieve this? I see no other line of code that assigns the culture to the scheduler.
Unfortunately the dialog that is provided to add an appointment or edit an appointment does not inherit the date format, the two date pickers use the format “22/11/2017 01:00 PM” for example instead of “22.11.2017 13:00”. I can modifiy the following properties:
editDialogDateTimeFormatString: “dd.MM.yyyy hh:mm”,
editDialogDateFormatString: “dd.MM.yyyy”,
But I still do not have the 24 hour format in the display and I still have the AM/PM selector in the time selector.
Is it possible to achieve this? Otherwise this great widget is not usable for a German customer base.
Best Regards
Klaus
PS: You should translate the editDialogSaveString with “Speichern”, not with “Sparen”. Sparen is used in the context of saving money, Speichern when saving data.