import DateTimeField from './gui/plugin-widgets/DateTimeField/DateTimeField.jsx'
DateTimeField
Extends:
Date component that allow input of date, time and datetime strings into a field input, time toggles and a calendar overlay.
Static Member Summary
Static Public Members | ||
public static |
propTypes: {"ariaLabel": *, "ariaLabelledBy": *, "ariaDescribedBy": *, "dateTimeDelimiter": *, "dateFormat": *, "timeFormat": *, "value": *, "onValueChange": *, "locale": *, "disabled": *, "hidden": *, "pickerAlignment": *, "min": *, "max": *, "tabIndex": *} PropTypes |
Static Public Members
public static propTypes: {"ariaLabel": *, "ariaLabelledBy": *, "ariaDescribedBy": *, "dateTimeDelimiter": *, "dateFormat": *, "timeFormat": *, "value": *, "onValueChange": *, "locale": *, "disabled": *, "hidden": *, "pickerAlignment": *, "min": *, "max": *, "tabIndex": *} source
PropTypes
Properties:
Name | Type | Attribute | Description |
tabIndex | number |
|
Sets tabindex attribute on the primary element tag to modify the tab order. |
locale | string |
|
Specifies the language and format of the date time picker. should be a Language Culture Name listed at https://msdn.microsoft.com/en-us/library/ee825488(v=cs.20).aspx. Not all are supported by MomentJS. |
pickerAlignment | string |
|
Optional value to make the picker fly-out align to the right edge of the date time fields input box. |