Timestamp To Date String

Pure
TimestampToDateString

Formats a DateTime to a string using a simple format pattern.

Type: Pure (no side effects)
Category: Fortuna|Time & Date
Keywords: time & date

Inputs

NameTypeDefaultDescription
TimestampFDateTimeTimestamp parameter
FormatFString'YYYY-MM-DD HH:MM'Format parameter

Outputs

NameTypeDescription
ReturnValueFStringReturnValue output

Example Use Cases

Example 1

Display save file creation date.

Example 2

Show match completion time in history.