How can the date format be changed from mm/dd/yyyy to dd/mm/yyyy or any other locale using the DayPilotDatePicker control with the DayPilotCalendar control in asp.net WebForms?
The ASP.NET WebForms version of the DatePicker always used the default date format of the current locale. However, there is now a new property called "Pattern" available in the latest sandbox build (2020.4.3771) - it will let you change the date format as needed.