I’m working with elapsed time in LibreOffice Calc and trying to format a cell to show total days, hours, minutes, and seconds—similar to Excel’s [D]:HH:MM:SS format.
In Calc, [HH]:MM:SS works fine for showing total hours beyond 24, but [D] or [DD] isn’t accepted in the format code. Using DD just shows the day of the month (e.g., “01” for September 1st), not the total number of days elapsed.
Is there a reason [D] isn’t supported for durations? Is this a known limitation, or should I submit a feature request?
I’d prefer not to use manual formulas like INT(B2-A2) or TEXT(MOD(…)) if native formatting could handle it.
Thanks in advance!