So essentially I need to format a preset number (300 for example) to display in minutes and seconds (5:00 for example). As the number decreases (it is a countdown...so 299) the display should follow in minutes and seconds rule (4:59).
This is what I have currently have for my formatting (which doesn't work):
{{totalTime | date:'ss'}}
Thanks in advance :)