This program returns the number of days between two dates. I need the hours
between these two days.
Like, the number of hours between
06/25/2006 6:20:00 and
06/28/2006 13:30:00
is 79:10 hours.
I want a program to calculate the number of hours and minutes(hh:mm
format)between two days.
Please help.