I need a countdown timer that will decrease its value from a specified time. For example
05:45:67
. Now from this value when I start the timer it will go on decreasing until reaching the zero state.
Can you provide me with suitable examples of achieving this?