I would like to use the ionDateTime to set a timer. There it would be cool if I can add the unit into displayFormat like
displayFormat = “H[h] mm[min]” and it displays something like 6h 35min.
however it currently parses everything in the string so that h and m of ‘min’ are changed to time formats. Is there anything specific way to edit the string?
thanks!