ui.datepicker

How to dynamically change timepicker to be shown or not ?

Thanks

The only possible way is to set the new config for the calendar within the popup:

http://webix.com/snippet/567546ad

Nice response.
Thanks a lot

It is better to use .define(“myProp”) or use .config.myProp ?

Using “define” is a better way, as it will trigger the on-value-change handlers.