I need my timesheet to calculate hours worked (to the quarter hour) using a 12 hour clock rather than 24 hour clock. I am using Pro 8 livecycle designer and will understand formcalc more because I haven't learned javascript.
Staff will enter In and Out times for am and pm on their timesheet.
Any resource info, tutorials, or answers will be greatly appreciated. I have searched the "answered" forums and didn't see a similar situation.
Thanks for all the help I have received from the forums.
Sue
If var a>12
then var a=var a-12;
I have not used javascript in a long time, but the approach I suggested may work with some language cleanup