Allow configuring date and time format independenly of locale setting

XMLWordPrintable

    • Type: Change Request
    • Resolution: Unresolved
    • Priority: Trivial
    • None
    • Affects Version/s: None
    • Component/s: Frontend (F)
    • None

      Currently we use 24 hour time and Year/Month/Day date format in frontend.

      // Date and time format separators must be synced with setSDateFromOuterObj() in class.calendar.js.
      define('ZBX_FULL_DATE_TIME',   'Y-m-d H:i:s'); // Time selector full date and time presentation format.
      define('ZBX_DATE_TIME',          'Y-m-d H:i'); // Time selector date and time without seconds presentation format.
      define('ZBX_DATE',          'Y-m-d'); // Time selector date without minutes and seconds presentation format.

      Suggest allowing to configure that.

            Assignee:
            Zabbix Development Team
            Reporter:
            Jurijs Klopovskis
            Team B
            Votes:
            4 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: