noCalendar property

bool noCalendar

Hides the day selection in calendar. Use it along with enableTime to create a time picker.

Default: false

Implementation

external bool get noCalendar;
void noCalendar=(bool v)

Implementation

external set noCalendar(bool v);