Skip to main content

Format date

Format a date to a certain readable format for example: 2023/01/01

Input parameters

NameDescriptionTypeRequiredDefault value
DateThe date to formatDATEtrue
Date formatThe date format to use (y=year, M=month, d=Day, H=Hour, m=Minute, S=Second) Example: yyyy-MM-dd HH:mm:SS will format into 2023-01-31 12:00:00STRINGfalse
Format typeSpecify how you would like to format the date.SELECT_ONEfalse'FREE'

Output

NameDescriptionTypeDefault value
NameThe name of the formatted date variable.STRINGFORMATTED_DATE