Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Date Formatter allows you to transform existing date to another date format.

Figure 1: Date Formatter Properties

NameDescription
Data Date Format

In Java date format.

e.g., yyyy-MM-dd for 2011-06-01

Display Date Format

In Java date format.

e.g., dd/MM/yyyy for 01/06/2001

Sample Usage

In this example, we will format the column "Date Created" (dateCreated in database table) to another date format in Datalist Builder.

Image Added

Figure 2: SQL client view on data table

The Data Date Format that we should set should be based on preview from the Datalist Builder itself.

In Joget Workflow v5, it may be subjected to the system locale and date format attributes set in the System Settings.

Image Added

Figure 3: Datalist Builder list view without Date Formatter

In this example, the Data Date Format would be "dd-MM-yyyy hh:mm aa".

Image Added

Figure 4: Date Formatter properties

Image Added

Figure 5: Datalist Builder list view with Date Formatter enabled on Date Created column