SmartClient Version: SNAPSHOT_v11.1d_2017-02-06/Enterprise Development Only (built 2017-02-06)
Chrome on OSX Sierra
Hello, is it possible to set a default value for the time picker of a date chooser?
I've tried this but it didn't work:
Chrome on OSX Sierra
Hello, is it possible to set a default value for the time picker of a date chooser?
I've tried this but it didn't work:
Code:
isc.DynamicForm.create({ ID: "dateForm", numCols: 4, width: 650, fields: [ { name:"directInputDate", title:"Direct Input Date", editorType:"DateTimeItem", useTextField:true, pickerTimeItemProperties:{ hourItemProperties:{defaultValue: 13} } } ] });
Comment