I'm trying to create a field that represents time in days, hours, minutes and seconds in such a way that, if the number of hours goes beyond 24, a unit will be added to the day section. Eg:
00:22:15 - 0 days, 22 hours and 15 minutes
16:04:13 - 16 days, 4 hours and 13 minutes
ie a quantity of time as opposed to a particular time of the day.
I've tried messing about with date formatting, but it doesn't seem to be able to handle representing time as anything other than the time of day (adding 3 minutes on to 23:58 gives a total of 00:01). Is there any sort of workaround that will allow me to utilise this formatting to represent dates or, indeed, any other alternatives which might work as a solution?
Many thanks,
Jamie
00:22:15 - 0 days, 22 hours and 15 minutes
16:04:13 - 16 days, 4 hours and 13 minutes
ie a quantity of time as opposed to a particular time of the day.
I've tried messing about with date formatting, but it doesn't seem to be able to handle representing time as anything other than the time of day (adding 3 minutes on to 23:58 gives a total of 00:01). Is there any sort of workaround that will allow me to utilise this formatting to represent dates or, indeed, any other alternatives which might work as a solution?
Many thanks,
Jamie