[wxPython-users] changing date format in DatePickerCtrl
Robin Dunn
robin at alldunn.com
Mon May 7 13:08:43 PDT 2007
simon kagwe wrote:
> hi,
> Is it possible to change the date format of dates gotten from a DatePickerCtrl?
> For example I want May 7th 2007 to be written as 7/5/2007 and not the default 5/
> 7/2007.
IIRC it uses the date format for the current locale that the application
is running under. This way the user will see the same date format that
is used in other apps that also honor the system and locale settings.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list