Date Formatter

Content Type: Widget
Categories: Data

Overview

- generate dynamic date format (year, month, day, hour, minute, second) with drag and drop list view

- add unlimited date format and control the order by dragging and dropping in listview.

- manage the list view by editing/deleting format items.

- add separate '' between date format, and control the separator content by adding any text that separate

Documentation

Description

  • generate dynamic date format (year, month, day, hour, minute, second) with drag and drop list view
  • add unlimited date format and control the order by dragging and dropping in listview.
  • manage the list view by editing/deleting format items.
  • add separate '' between date format, and control the separator content by adding any text that separate

Typical usage scenario

  • in tab Settings:
    •  set date format Json attribute: in order the save the current list view for next use.
    •  set format output attribute: in order to save and show the generated output date format.

Features and limitations

features:

  • add unlimited date format and control the order by dragging and dropping in listview.
  • manage the list view by editing/deleting format items.
  • add separate '' between date format, and control the separator content by adding any text that separates

limitation:

  • it has a set of date format maybe not cover all case, so if you need your format you can go to edit gihub source code and documentation is clear to how to add your custom format.
  • It builds on default styling, so you should add your style to the widget if you need customer style.

Releases

Version: 1.0.0
Framework Version: 9.18.2
Release Notes: - generate dynamic date format (year, month, day, hour, minute, second) with drag and drop list view - add unlimited date format and control the order by dragging and dropping in listview. - manage the list view by editing/deleting format items. - add separate '' between date format, and control the separator content by adding any text that separate