[pygtk] Sorting dates in a liststore

2009-03-09 Thread Timo
In my program, the user can enter a date in a entry (and some other data too) and it'll append in a liststore/treeview. I'm having problems sorting this date column. Since notations of dates are different around the world ( dd/mm/, mm/dd/yy, dd-mm/yy, etc.), how can this be done? Do I have

Re: [pygtk] Sorting dates in a liststore

2009-03-09 Thread Stefan Stuhr
man, 09 03 2009 kl. 18:33 +0100, skrev Timo: In my program, the user can enter a date in a entry (and some other data too) and it'll append in a liststore/treeview. I'm having problems sorting this date column. Since notations of dates are different around the world ( dd/mm/, mm/dd/yy,