enum sap.m.DateTimeInputType

Control sample: sap.m.DateTimeInputType
Visiblity: public
Available since: N/A
Module: sap/m/library
Application Component: CA-UI5-CTR

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


Properties Overview

Node Description
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.