Versions Compared

Key

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

...

Date Formatter Properties

Configure Date Formatter

Image Added

Screens (Click to view)

Image Removed

Figure 1: Date Formatter Properties
NameDescription
Date stored in UTC timezoneClick this checkbox if you are storing dates in UTC timezone in database.
Data Date Format

Set to follow your Joget System Settings > System Date Format, for example "dd-MM-yyyy hh:mm aa".

Use the Java date format. (Example: "yyyy-MM-dd" for "2011-06-11")
Read the Date Format Pattern Syntax documentation for a list of date formats you can use.

Display Date Format

Use Java date format. (Example: "dd/MM/yyyy" for "11/06/2011")
Read the Date Format Pattern Syntax documentation for a list of date formats you can use.

When this field is left empty, the following will be considered.

  1. If current locale starts with "zh", the format will be set as "yyyy-MM-dd".
  2. If "Using Locate Date Format" is set in General Settings, date format based on current user's locale will be used.
  3. Otherwise, it will use "MM/dd/yyyy".

...