Cloud Business App Edition > Wijmo Control Extensions > Controls > Input > InputDate |
The InputDate control allows end-users to enter or edit dates in a format supported by Globalize class. This enables the developers to prevent accidental wrong date entries provided by the end users. The control can be customised to display a drop-down button, that opens a Calendar control on being clicked.
Isml.js |
Copy Code
|
---|---|
myapp.InputDate.InputDate_render = function (element, contentItem) { var input = new c1.cba.Input($(element), contentItem); }; |