Skip to main content
Version: 1.5.1

DateFieldFormatOptions

Options used for date field name formatting.

Syntax

object {
  ca?,
  width?,
  context?
}

Properties

  • ca: CalendarType
    • Override the calendar to use
  • width?: DateFieldWidthType
    • Width of the date field: 'short' | 'narrow' | 'wide'
  • context?: ContextType
    • Specify the context in which the string will be displayed

References