10 pts.
 Time difference in minutes past midnight
How can i calculate the time difference in minutes with the start date as 4:00pm and the end date as 1:00am(the next day)

Thank you


Software/Hardware used:
Lotus Notes/Script
ASKED: October 11, 2012  12:13 PM

Answer Wiki:
If you have 2 time/date fields, you can simply subtract them.  The result is the time difference in seconds.  To get the difference in minutes, just divide the result by 60.  If you have a situation that is not that simple, I think you should provide more info.  BTW, the Designer help file does a decent job explaining time-date usage.
Last Wiki Answer Submitted:  October 11, 2012  2:42 pm  by  Stiletto   2,700 pts.
All Answer Wiki Contributors:  Stiletto   2,700 pts. , Kaminja   10 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

See also TimeDifference method on NotesDateTime object in LotusSript ….

 4,075 pts.