ZcreationDate
Returns the creation date derived from any Discord snowflake ID, formatted according to the optional format string.
Syntax
ZcreationDate{id?;format?}Arguments
| Name | Type | Required | Default |
|---|---|---|---|
| id | snowflake | No | author’s ID |
| format | string | No | %Y-%m-%d |
Example
ZcreationDate{123456789012345678;%B %d, %Y}