I would have digital seconds represented as separate digits. Someone could suggest to me the right formula?
I use these formulas for hours and minutes:
ADD TEXT :
HOUR FIRST DIGIT = #DkZA#
HOUR SECOND DIGIT = #DkZB#
MINUTES FIRST DIGIT = (floor(#Dm#/10))
MINUTES SECOND DIGIT = (#Dm#-(10*floor(#Dm#/10)))
I would need a formula for seconds. Any help will be much appreciated