Time Format

Custom time formatting values for $creationDate, $userJoinedDiscord, and $userJoined functions.

Time Formats

List of supported time format values :

ValueReturn Information
2006Year
06Year (Short)
__2Day count of the year (Space-Padded)
002Day count of the year (Zero-Padded)
JanMonth (Short)
JanuaryMonth
01Numerical Month (Full)
1Numerical Month
MonWeek Day (Short)
MondayWeek Day
02Day (Full)
2Day
_2Day count of the month (Space-Padded)
PMAM/PM (Uppercase)
pmAM/PM (Lowercase)
05Second
5Second (Short)
1524-Hour
312-Hour (Short)
0312-Hour
4Minute (Short)
04Minute
MSTTimezone name
-07001Timezone offset (±hhmm)
-07:001Timezone offset (±hh:mm)
-071Timezone offset (±hh)
-0700001Timezone offset (±hhmmss)
-07:00:001Timezone offset (±hh:mm:ss)

📌 All time format values are case-sensitive.

1

Replacing the sign in the format with a Z character triggers the ISO 8601 behavior of printing Z instead of an offset for the UTC (+00:00) zone.