Author Topic: Playing time / elapsed time  (Read 1329 times)

William

  • Newbie
  • *
  • Posts: 10
    • View Profile
Playing time / elapsed time
« on: July 23, 2011, 10:45:54 AM »
When selecting format="clock" and showSeconds="false" the time is displayed as a plain number 45 for 45 minutes, and 1:05 for 1 hour and 5 minutes, which looks off to me.

I understand the programming behind it, since if you have showSeconds="true" you want the times to be displayed as 45:26 for 45 minutes and 26 seconds, and 1:05:11 for 1 hour, 5 minutes and 11 seconds.

But would it be possible to program it so it shows 0:45 for 45 minutes when showSeconds="false" while still keeping the 45:26 iso 0:45:26?

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6220
    • View Profile
Re: Playing time / elapsed time
« Reply #1 on: July 23, 2011, 10:10:33 PM »
I guess those tokens need an alwaysShowHours attribute, like the <clock> token...