Time-In Time-Out System

Hello Everyone,

Who can kinldy assist me or perhaps just give me a brief instruction how I can create a Time-in and Time-out System for our employees. Wherein it gives us a number of work-hours at the end of the day/ship.

Thanks much in advance,

Mark

Hi There!

To make it you’ll need few steps to follow and 2 integer calcs to set in.
I can not explain in short to be sure that you do that correctly.

Start to save those 2 integers that you’ll have to sent in magic text to have hours worked:

Hours: INT ( ( FinishTime - StartTime) * 24 )

Minutes: INT ( ( ( ( FinishTime - StartTime) * 24 ) - INT ( ( FinishTime - StartTime) * 24 ) ) * 60 )

2 Likes

Thank you very much for the kind response, I will try this method.

Mark

1 Like