I have a data in milliseconds and with CountDown class I would to display the time in this format : Days : Houres : Minutes : Seconds. If I do milliseconds / 1000 I have the total second If I do (milliseconds / 1000) / 60 I have the total minutes Etc but how can I display a countdown in this format : 2dayes : 21houres : 56 minutes : 00seconds
Thanks