rbv_api.setFieldValue on Time-fields

Posted by Rollbase User on 19-Feb-2013 08:15

How can I use "rbv_api.setFieldValue" on a time-field? I have tried the integer-value, but this didn't update the field!

All Replies

Posted by Admin on 19-Feb-2013 12:34

Please use String representing time in user selected format. Example: "2:05 PM"

Posted by Admin on 19-Feb-2013 14:48

Thank you.



I want to read(getFieldValue) one time-field and update(setFieldValue) another time-field, but I can't find any way to "read" (getFieldValue) with an answer as as string. Do I have to do put in some own logic?

Posted by Admin on 19-Feb-2013 15:49

getFieldValue() API returns time as number of ms.

This thread is closed