Hello!
I am using the wx.DatePickerCtrl to ask for the date using this code
wx.DatePickerCtrl(panel, -1, size=(110, -1), style=wx.DP_DROPDOWN | wx.DP_SHOWCENTURY)
However, it returns the result as
Mon 30 Aug 2010 12:00:00 AM CEST
but I meet them to be as YYYY/MM/DD. Is there any way to do it?
Cheers!
Dani