Object containing all formatted strings for displaying a date and time

Hierarchy

  • DateDisplayData

Properties

date: string

The formatted date string based on the configuration display option for Date Format.

day: string

The numerical representation of the day.

daySuffix: string

The Ordinal Suffix associated with the day number (st, nd, rd or th)

month: string

The numerical representation of the month.

monthName: string

The name of the month.

time: string

The formatted time string based on the configuration display option for Time Format.

weekday: string

The name of the weekday this date falls on.

year: string

The numerical representation of the year

yearName: string

The name of the year, if year names have been set up.

yearPostfix: string

The postfix value for the year

yearPrefix: string

The prefix value for the year