V
Vacuum Sealed
Hi all
Require help with the best way to structure a Script to round down time to
the nearest even 30 mins.
eg
10:15 = 10:00
14:45 = 14:30
etc.
Though
10:00 would still = 10:00 and
14:30 would still = 14:30
The time is always recorded in 15 min increments, but for this specific
report required, I have to covert it to the 30 min format.
I figured VB code would be the better option as an IF() statement would
possibly be a tad too long.
TIA
Mick
Require help with the best way to structure a Script to round down time to
the nearest even 30 mins.
eg
10:15 = 10:00
14:45 = 14:30
etc.
Though
10:00 would still = 10:00 and
14:30 would still = 14:30
The time is always recorded in 15 min increments, but for this specific
report required, I have to covert it to the 30 min format.
I figured VB code would be the better option as an IF() statement would
possibly be a tad too long.
TIA
Mick