$creationDate
Retrieves the creation date of a Discord entity (channel, guild, emoji, user, or role) based on its ID.
Usage: $creationDate[entityID;format (optional)]
Arguments:
entityID: The ID of the Discord entity you want to retrieve the creation date for. This can be a channel ID, guild ID, emoji ID, user ID, or role ID.format(Optional): Specifies the desired format for the output. If omitted, the default format will be used. Possible values are:date: Returns the date only.ms: Returns the creation date in milliseconds since the Unix epoch.
Example:
Timezone Information
Date functions default to the UTC timezone. To change this, see the Timezone Configuration guide.