The GnomeDateEdit widget insists in displaying the dates in mm/dd/yyyy
format, when I want it in dd/mm/yyyy format. I carefully do a 
        import locale
        locale.setlocale(locale.LC_ALL, "")
at the start of my program (before the import of gnome) and LC_ALL is
set to en_NZ (en_GB and en_AU have also been tried with no success). 
Any ideas how I get GnomeDateEdit to display my dates in dd/mm/yyyy
format using Python 2.1 and PyGNOME 1.4.1?
-- 
Michael JasonSmith        http://www.cosc.canterbury.ac.nz/~mpj17/
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk


Reply via email to