Resolved! How to modify Java script based on time zone?
I have the following Java scientist code:function onLoad() { //Type appropriate comment here, and begin script below if (g_form.isNewRecord()) { var today = new Date(); var day = today.getDay(); // Calculate the Monday of t...
