This is my first extension and I hope someone can give some advice,thanks!
There are two methods,they are both about time converting.
The first one is
it chang "hour:minute:second:millisecond"to millisecond,for example,0hour,3minutes,20seconds and 315millisecond,it will return 200312.
The second one is
Input millisecond and it will return a string like 0:3:20.312.
cn.peterzhongTimeConverter.aix.aix (6.3 KB)
Screenshot