Power Automate Date Time Formatting Tool         » Watch Video

Power Automate allows various formatting options for Date/Time values which can be used as a part of several functions including formatDateTime(), convertTimeZone(), utcNow(), addToTime(), addDays(), addHours(), addMinutes(), addSeconds() etc. Use this tool to test and configure various output formats. You must be converting from the ISO 8601 format ("yyyy-MM-ddTHH:mm:ssZ").
Note that there can be differences depending on your locale and also variations in Power Automate output. Learn more:

YEAR MON DAY HOUR MIN SEC
OUTPUT
1 LETTER
CODES
DESCRIPTIONOUTPUT
dShort date pattern
DLong date pattern
fFull date/time pattern (short time)
FFull date/time pattern (long time)
gGeneral date/time pattern (short time)
GGeneral date/time pattern (long time)
M or mMonth/day pattern
sSortable date/time pattern
tShort time pattern
TLong time pattern
uUniversal sortable date/time pattern
UUniversal full date/time pattern
Y or yYear month pattern
DATE
PARTS
DESCRIPTIONOUTPUT
dDay of the month, from 1 to 31
ddDay of the month, from 01 to 31
dddAbbreviated name of the day of the week
ddddFull name of the day of the week
fTenths of a second
ffHundredths of a second
fffMilliseconds
FIf not 0, tenths of a second
FFIf not 0, hundredths of a second
FFFIf not 0, milliseconds
hHour from 1 to 12
hhHour from 01 to 12
HHour from 0 to 23
HHHour from 00 to 23
mMinute from 0 to 59
mmMinute from 00 to 59
MMonth from 1 to 12
MMMonth from 01 to 12
MMMMonth from Jan to Dec
MMMMMonth from January to December
sSeconds from 0 to 59
ssSeconds from 00 to 59
tA if AM / P if PM
ttAM or PM
yYear from 0 to 99
yyYear from 00 to 99
yyyYear from 001 to 9999
yyyyYear from 0001 to 9999
\Escape character