Hello!
So I am calculating the time between 2 times using 4 dropdown boxes. The time is being displayed like this:
https://gyazo.com/c85df24cfc1d1b80e6c0372d8a9a5fac
I then have another dropdown box where they can select the pause they had. This will be in minutes (15, 30, 45, 60)
I then want to calculate the tijd totaal - the pause in minutes
How could I do this?
Code Tijd totaal:
DateDiff(Time(
Value(DropBeginUur.Selected.Value),
Value(DropBeginMinuten.Selected.Value),
0),Time(
Value(DropEindUur.Selected.Value),
Value(DropEindMinuten.Selected.Value),
0),Minutes) / 60.0
The dropdown for pause is named DropPause