Keith Nichols
Registered User.
- Local time
- Today, 10:04
- Joined
- Jan 27, 2006
- Messages
- 431
Hi,
I am trying to sum time in minutes and display the result as hh:mm but getting all sorts of problems as the minutes always seem to be related to a date rather than just numbers. Here is the sort of thing I want:
Time Day
00:55 Mon
00:25 Tue
01:20 Wed
00:30 Thur
00:30 Fri
02:40 Total
I have managed to convert the total minutes to hours & minutes but cannot concatenate the results to display time corectly. If the minutes are less than 10 then there is no leading zero or if the minutes add a number ending in zero this is not displayed either.
Any ideas?
I am trying to sum time in minutes and display the result as hh:mm but getting all sorts of problems as the minutes always seem to be related to a date rather than just numbers. Here is the sort of thing I want:
Time Day
00:55 Mon
00:25 Tue
01:20 Wed
00:30 Thur
00:30 Fri
02:40 Total
I have managed to convert the total minutes to hours & minutes but cannot concatenate the results to display time corectly. If the minutes are less than 10 then there is no leading zero or if the minutes add a number ending in zero this is not displayed either.
Any ideas?