Hi,
i wanted to calculate overtime working hours and would like to include below:
1) round total hours to every 0.25
2) weekday >>>> minus 0.5 hr for =>3hrs and minus 1.0 hra for =>6hrs
3) weekend >>>> minus 0.5 hr for =>6hrs and minus 1.0 hra for =>8hrs
issue example :
if i use END TIME (11.59 PM) - START TIME (2.00 PM)= 9.59
I could not round it to 0.25
if i use MOD((11.59 PM - 2.00),1)*24 PM = 23.36
i wanted to calculate overtime working hours and would like to include below:
1) round total hours to every 0.25
2) weekday >>>> minus 0.5 hr for =>3hrs and minus 1.0 hra for =>6hrs
3) weekend >>>> minus 0.5 hr for =>6hrs and minus 1.0 hra for =>8hrs
issue example :
if i use END TIME (11.59 PM) - START TIME (2.00 PM)= 9.59
I could not round it to 0.25
if i use MOD((11.59 PM - 2.00),1)*24 PM = 23.36