date forrmat for datepickerctrl on linux

Hi Everyone,

From the different post already made, I understood that datepickerctrl use the regional setting format to display date on Windows but I’m confused if there is a way on Linux to change the way datepickerctrl (default mm/dd/yyyy) displays date.

In my linux environment local date is define as dd/mm/yy (command: date +%x)
I understood that SetFormat() is not callable from wxpython.
I also saw on this forum that users have posted their own custom widget on the wxpythonwiki but this one is down.

Does someone have a solution on this problem?

Regards

Stephan