Re: Minutes:Seconds:Tenths
For anybody that's interested, you'll be able to do this with a fairly simple expression in AE 6. In AE 6, you can apply an expression to the source text of a text layer which opens up enormous possibilities. In this case you could use the JavaScript Date constructor to do something like this:
d = new Date(time*1000 + 28800000);
d.toString().substr(19,5) + "." + d.getMilliseconds()
It's not as scary as it looks once you start digging into the JavaScript string functions. Tutorial coming soon at the Cow... 8^>
Dan
Posting-Information:
Date: Mon, 28 Jul 2003 22:14:00 -0700