Class QDateTimePickerFormat
Order in which the listboxes of QDateTimePicker are shown/rendered
string |
MonthDayYear
Render Month, then Day, then Year |
#
'MonthDayYear'
|
string |
DayMonthYear
Render Day first, then Month, then Year |
#
'DayMonthYear'
|
string |
YearMonthDay
Render Year, then Month and then Day |
#
'YearMonthDay'
|