- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Here is a script I used. It was odd that it wasn't working and I realized my form was set as "Static" once I saved it as "Dynamic" it worked.
FormCalc
var a = (Time2Num(Time1.formattedValue)/ (60 * 60 * 1000))
var b = (Time2Num(Time2.formattedValue)/ (60 * 60 * 1000))
$ = b-a
Views
Replies
0 Likes
Total Likes