[DatePickerCtrl] display format of the date

Is there a way to change the format in which the date is displayed?
Maybe YYYY-MM-DD or YY MONTH DD ?

Isn't there a way for that?

···

On 2015-05-28 05:15 <c.buhtz@posteo.jp> wrote:

Is there a way to change the format in which the date is displayed?
Maybe YYYY-MM-DD or YY MONTH DD ?

I don't think so; the 5 style flags are shown here, and that's not one:
http://www.wxpython.org/docs/api/wx.DatePickerCtrl-class.html

···

On Sun, May 31, 2015 at 8:24 PM, <c.buhtz@posteo.jp> wrote:

On 2015-05-28 05:15 <c.buhtz@posteo.jp> wrote:
> Is there a way to change the format in which the date is displayed?
> Maybe YYYY-MM-DD or YY MONTH DD ?

Isn't there a way for that?

Is it a C++-wxWidgets class or is it wxPython owned?
I can not find source for it.

···

On 2015-05-31 22:58 C M <cmpython@gmail.com> wrote:

> Isn't there a way for that?

If you Google its name you'll see the first hit is the wxWidgets page for
it, so, yes, it's written in C++ (wxWidgets) and wrapped for Python
(wxPython).

···

On Mon, Jun 1, 2015 at 8:30 PM, <c.buhtz@posteo.jp> wrote:

On 2015-05-31 22:58 C M <cmpython@gmail.com> wrote:
> > Isn't there a way for that?

Is it a C++-wxWidgets class or is it wxPython owned?
I can not find source for it.