Uploaded image for project: 'Admininterface Legacy 4.x (closed)'
  1. Admininterface Legacy 4.x (closed)
  2. MGNLADMLEG-5

CLONE - dateFormat and timeFormat doesn't work for control date

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Not an issue
    • Icon: Neutral Neutral
    • 5.0
    • None
    • None

      The date control contains properties dateFormat, timeFormat, jsDateFormat and jsTimeFormat.

      These values are ignored by the control. When checking the source code DialogDate.java, it was implemented in 4.4.7:

      String format = this.getConfigValue("dateFormat", "yyyy-MM-dd");

      but in 4.5 the function was removed:

      String format = "yyyy-MM-dd"; //$NON-NLS-1$

      Why is that? We need to customise the time (remove the seconds).

        Acceptance criteria

              mdivilek Milan Divilek
              omontan Ola Montan
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: