Enum sap.m.DateTimeInputTypeModule: sap/m/library


A subset of DateTimeInput types that fit to a simple API returning one string.

Deprecated API:Since version 1.32.8. Instead, use dedicated sap.m.DatePicker and/or sap.m.TimePicker controls.

Field Summary
sap.m.DateTimeInputType.DateAn input control for specifying a date value.
sap.m.DateTimeInputType.DateTimeAn input control for specifying a date and time value.
sap.m.DateTimeInputType.TimeAn input control for specifying a time value.
Field Detail
sap.m.DateTimeInputType.Date: string
An input control for specifying a date value. The user can select a month, day of the month, and year.
Deprecated:
Since version 1.22.0. Instead, use dedicated sap.m.DatePicker control.
sap.m.DateTimeInputType.DateTime: string
An input control for specifying a date and time value. The user can select a month, day of the month, year, and time of day.
Deprecated:
Since version 1.32.8. Instead, use dedicated sap.m.DatePicker and sap.m.TimePicker controls.
sap.m.DateTimeInputType.Time: string
An input control for specifying a time value. The user can select the hour, minute, and optionally AM or PM.
Deprecated:
Since version 1.32.8. Instead, use dedicated sap.m.TimePicker control.