You can use these date, timestamp, and number format strings in your transformation column formulas.

See Anaplan Data Orchestrator functions for the types of functions and formats you can use in your column formulas.

Date or Time PartDescription
DOne or two digits day between 1 and 31.
DDTwo digits day between 01 and 31.
DDDAbbreviated day of the week: Mon, Tue, and so on.
DDDDDay of the week name: Monday, Tuesday, and so on.
W, WWOne or two digit ISO week number between 1 and 53.
MOne or two digit month between 1 and 12.
MMTwo digit month between 01 and 12.
MMMAbbreviated month name: Jan, Feb, and so on.
MMMMMonth name: January, February, and so on.
Y, YY, YYY, YYYYOne, two, three, and four digit year.
H, HHOne or two digit hours (24 hours).
h, hhOne or two digit hours (12 hours).
m, mmOne or two digit minutes.
s, ssOne or two digit seconds.
fFractions of seconds.
p, PLower or uppercase meridian indicators: am, pm, AM, PM.
zTimezone name: PST (string needs to be cast to timestamp/timestamptz to use timezone format).
ZTimezone offset: -08:00 (string needs to be cast to timestamp/timestamptz to use timezone format).
FormatDescription
9Numeric value with the specified number of digits.
0Numeric value with leading zeros.
. (period), DDecimal point.
, (comma)Thousands separator.
CCCentury code. For example, the 21st century started on 2001-01-01 (supported for TO_CHAR only).
FMFill mode. Suppress padding blanks and zeroes.
PRNegative value in angle brackets.
SSign anchored to a number.
L, $Currency symbol in the specified position.
GGroup separator.
MIMinus sign in the specified position for numbers that are less than 0.
PLPlus sign in the specified position for numbers that are greater than 0.
SGPlus or minus sign in the specified position.
RNRoman numeral between 1 and 3999 (supported for TO_CHAR only).
TH or thOrdinal number suffix. Doesn't convert fractional numbers or values that are less than zero..