I am using an object having Time field and when i use that time field in Skuid it’s coming with UI.
After that i am trying to save the time field using javascript
Code:
var params = argumentst0],
$ = skuid.$;
var setupModel = skuid.model.getModel(‘SetupModel’);
setupModel .save({callback: function(result) {
setupModel .updateData();
}})
Any idea what is wrong how to save it.