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.