Ticket #372 (new enhancement)
QCalendarPopup should use QDateTime::$DefaultTimeFormat instead of QDateTime::FormatDisplayDate
| Reported by: | kmeirlaen | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.1.3 |
| Component: | QControls | Version: | 1.0.0 Stable |
| Keywords: | Cc: |
Description
QCalendarPopup fills the textbox with
$strDate = $this->DateTime?->qFormat(QDateTime::FormatDisplayDate?);
It is currently not possible to change the date output in this control.
This could be done through
- QDateTime::$DefaultTimeFormat? (easy fix)
- a date format property for the control
Change History
Note: See
TracTickets for help on using
tickets.
