Skip to main content

DateModel

Overview​

DateModel represents a date object with both raw and displayable values. It is commonly used to manage and render date-related information in the application.

Attributes​

date​

type: Date

The raw date value.

displayValue​

type: string

The formatted display value of the date.