Calculation with clock

how do i take 50 minutes from a certain ex: 15h30 - 50 min =?

use the block add minutes with a negative amount

1 Like

So it doesn’t work as what can be

1 MINUTE = 60000 MILLISECONDS

This means

50 MINUTES = 3000000 MILLISECONDS

or

60000 MILLISECONDS * 50

What you have to do is figure out at what millisecond do you want to subtract 50 minutes from… Visit Date to Millisecond Calculators – Code Chi to convert date and times to milliseconds.

When you have your time, you just do the millisecond variable you just go minus the 3000000 from it. Then BOOM, POP, and POW, you have 50 minutes taken from your selected time.

you might want to try


Taifun

1 Like

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.