Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

joshm2863114
joshm2863114
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by joshm2863114
Customize the badges you want to showcase on your profile
Re: FormCalc Newbie, Time Difference Equation - Adobe LiveCycle 26-01-2016
Hi,Im not sure if you still need assistance, but the following worked for me. I found it in an earlier thred and tweaked it a bit. Im also not very familiar with code but I hope it works for you. var TimeCountvar OneMinute = 1/60var StartTime=Time2Num(Row3.Start1.formattedValue,"HH:MM")var EndTime=Time2Num(Row4.End1.formattedValue,"HH:MM")if (StartTime ne null and EndTime ne null) then //if start time is lower than end time. if (Time2Num(Row3.Start1.formattedValue, "HH:MM") < Time2Num(Row4.End1....

Views

208

Likes

0

Replies

0