sap.m.DateTimeInputType.Date
|
An input control for specifying a date value. The user can select a month, day of the month, and year. Deprecated as of version 1.22.0. Instead, use dedicated sap.m.DatePicker control.
|
sap.m.DateTimeInputType.DateTime
|
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 as of version 1.32.8. Instead, use dedicated sap.m.DatePicker and sap.m.TimePicker controls.
|
sap.m.DateTimeInputType.Time
|
An input control for specifying a time value. The user can select the hour, minute, and optionally AM or PM. Deprecated as of version 1.32.8. Instead, use dedicated sap.m.TimePicker control.
|