Discord.https - v3.0.16
    Preparing search index...

    Variable TimestampStylesConst

    TimestampStyles: {
        LongDate: "D";
        LongDateTime: "F";
        LongTime: "T";
        RelativeTime: "R";
        ShortDate: "d";
        ShortDateTime: "f";
        ShortTime: "t";
    }

    The message formatting timestamp styles supported by Discord.

    Type Declaration

    • ReadonlyLongDate: "D"

      Long date format, consisting of day, month, and year.

      `20 April 2021`
      
    • ReadonlyLongDateTime: "F"

      Long date-time format, consisting of long date and short time formats.

      `Tuesday, 20 April 2021 16:20`
      
    • ReadonlyLongTime: "T"

      Long time format, consisting of hours, minutes, and seconds.

      `16:20:30`
      
    • ReadonlyRelativeTime: "R"

      Relative time format, consisting of a relative duration format.

      `2 months ago`
      
    • ReadonlyShortDate: "d"

      Short date format, consisting of day, month, and year.

      `20/04/2021`
      
    • ReadonlyShortDateTime: "f"

      Short date-time format, consisting of short date and short time formats.

      `20 April 2021 16:20`
      
    • ReadonlyShortTime: "t"

      Short time format, consisting of hours and minutes.

      `16:20`