PhixFlow Help

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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.
CharacterMeaningExample (2 August 2018, 16:09:22)
dDay of month2
dd

Day of month, with leading 0 if less than 10

02
MMonth as a number8
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 (0-23)16
HHHour of day (0-23), with leading 0 if less than 1016
hClock hour of half day (1-12)4
hhClock hour of half day (1-12), with leading 0 if less than 1004
mMinute9
mmMinute, with leading 0 if less than 1009
sSecond22
ssSeconds, with leading 0 if less than 1022

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

  • No labels