TWebDateTimePicker

At design time TWebDateTimePicker displays the date like dd.mm.yyyy, however at runtime (Firefox) it is mm.dd.yyyy. How can I change that?

2 Likes

In the browser, the HTML5 date picker spec is that the format of the date in the date picker will be determined by the browser locale. There is in the HTML5 spec nothing to override or customize this format.