Timestamp To Date String
PureTimestampToDateStringFormats a DateTime to a string using a simple format pattern.
Type: Pure (no side effects)
Category: Fortuna|Time & Date
Keywords: time & date
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Timestamp | FDateTime | — | Timestamp parameter |
| Format | FString | 'YYYY-MM-DD HH:MM' | Format parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | FString | ReturnValue output |
Example Use Cases
Example 1
Display save file creation date.
Example 2
Show match completion time in history.