Options
All
  • Public
  • Public/Protected
  • All
V1.7
  • V1.6
  • V1.7
Menu

Class DatePickerParams

DatePicker parameters

Hierarchy

  • DatePickerParams

Index

Constructors

constructor

Properties

dateFormat

dateFormat: DateFormat

DateFormat enum specifying the display format - Default kAuto based on locale

defaultDate

defaultDate: Date

Default Date to initialize the DatePicker to - Default today's date

delimiter

delimiter: number

Delimiter between MM DD YYYY - Default to locale based delimiter

l10nKey

l10nKey: string

The localization key for the element label.

l10nParams

l10nParams: {}

The optional localization parameters for the element label.

Type declaration

labelSide

labelSide: Side

Side enum specifying which side the label appears on - Default kTop

labelText

labelText: string

The text label that appears with the DatePicker - Default ""

yearMax

yearMax: number

Maximum year available to choose from - Default defaultDate.year

yearMin

yearMin: number

Minimum year available to choose from - Default defaultDate.year - 25

Generated using TypeDoc