---
id: "SimpleCalendar.DateDisplayData"
title: "Interface: DateDisplayData"
sidebar_label: "DateDisplayData"
custom_edit_url: null
pagination_next: null
pagination_prev: null
---

[SimpleCalendar](../namespaces/SimpleCalendar.md).DateDisplayData

Object containing all formatted strings for displaying a date and time

## Properties

### date

• **date**: `string`

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

___

### day

• **day**: `string`

The numerical representation of the day.

___

### daySuffix

• **daySuffix**: `string`

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

___

### month

• **month**: `string`

The numerical representation of the month.

___

### monthName

• **monthName**: `string`

The name of the month.

___

### time

• **time**: `string`

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

___

### weekday

• **weekday**: `string`

The name of the weekday this date falls on.

___

### year

• **year**: `string`

The numerical representation of the year

___

### yearName

• **yearName**: `string`

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

___

### yearPostfix

• **yearPostfix**: `string`

The postfix value for the year

___

### yearPrefix

• **yearPrefix**: `string`

The prefix value for the year
