I'm using the management DateUtils.PeriodBetween to calculate the interval in hours between two dates. Shall not count the hours when you exceed one day, for example:
07/29/2015 - 10:00
30/07/2015 - 11:00
They are calculated 1 hour but not 25 hours
there is a way to properly calculate elapsed time?
thank you
07/29/2015 - 10:00
30/07/2015 - 11:00
They are calculated 1 hour but not 25 hours
there is a way to properly calculate elapsed time?
thank you