| Cloud Business App Edition > Wijmo Control Extensions > Controls > Input > Calendar |
The Calendar control allows the end-users to enter a date through a Cloud Business application, by selecting it using keyboard or a pointing device. The control displays month view for a specified month of a year, and allows users to navigate to a desired month or year using the navigation buttons.
| Isml.js |
Copy Code
|
|---|---|
myapp.InputCalendar.Calendar_render = function (element, contentItem)
{
var input = new c1.cba.Input($(element), contentItem);
};
|
|