Topics:
Übersicht WWW:
Computer
Computer/Beratung
Computer/Hardware
Internet
Internet/Provider
Kommunikation
Software

Übersicht UseNet:
adobe.photoshop.elements
adobe.photoshop.windows
de.alt.comm.datentausch-dienste
de.alt.comp.sap-r3
de.alt.sysadmin.recovery
de.comp.hardware.laufwerke.brenner
de.comp.security.misc
de.comp.sys.notebooks
Sitemap

Automobilinfos
Film & TV
Finanz-Infos
Gesundheit
Hobby
Reiseinfosinfos


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