Hi all,
I have a data item that returns timestamps, but in exact seconds format. For example, it will say
Sentence 1 start time: 92.304
Sentence 2 end time: 95.395
What function do I use to turn this into the minutes & seconds (approximated)? For example the function should turn it into:
Sentence 1 start time: 1:53
Sentence 2 end time: 1:59