Ticket #372 (new enhancement)

Opened 4 years ago

Last modified 3 years ago

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

Changed 4 years ago by kmeirlaen

calender.php in /assets/php uses:

date("M j Y", $intTimestamp));

Changed 4 years ago by alex94040

  • milestone changed from 2.0 to 1.1.1

Sounds like an easy fix. Kristof, can you provide a patch, please?

Changed 3 years ago by alex94040

  • milestone changed from 1.1.1 to 1.1.2

Changed 3 years ago by alex94040

  • milestone changed from 1.1.2 to 1.1.3
Note: See TracTickets for help on using tickets.