Versions Compared

Key

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

A date time format is a format for displaying Date or DateTime components in grids and forms. A default format can be set in system configuration and in each application. Individual components can have a date time format set in stream view attribute for grids or layout component for forms. 


FieldDescription
Basic Settings
NameThe name of the Date Time Format
Date Time Format StringA string describing the format for the Date or DateTime e.g. dd/MM/yyyy or dd-MM-yy HH:mm:ss. For details of possible patterns see below.
Date Style Mappings
Date Style Mappings


CharacterMeaningExample
dDay of month, without leading 02
dd

Day of month, with leading 0 if less than 10

02
MMonth as a number, without leading 08
MMMonth as a number, with leading 0 if less than 1008
MMMMonth as text, abbreviated to 3 charactersAug
MMMMMonth as text, full nameAugust
y or yyyyYear, 4 digits2018
yyYear, 2 digits18
HHour of day (24 hour clock)
mMinute
sSecond


Any characters which are not letters will remain the same in the formatted date.