Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DateTime

Field control that represents a Date and Time Picker. Formatting will be done based on the LocaleService. Local time will be displayed, but UTC will be bound to the field's Value Usage:

<date-time content.bind="content" settings.bind="myDateTimeFieldSettings"></date-time>

Hierarchy

Index

Constructors

constructor

Properties

actionName

actionName: ActionName

content

content: Content

controller

controller: ValidationController

datefield

datefield: HTMLElement

localeService

localeService: LocaleService

mdcDateField

mdcDateField: MDCTextField

parsedValue

parsedValue: string

settings

settings: DateTimeFieldSetting

Accessors

readOnly

  • get readOnly(): boolean

rules

  • get rules(): FluentRuleCustomizer<any, any>[]

value

  • get value(): string
  • set value(newValue: string): void

Methods

activate

  • activate(model: any): void

attached

  • attached(): void

parsedValueChanged

  • parsedValueChanged(): void

Generated using TypeDoc