The Date object and the Format method already support milliseconds. It'd be nice if the time codes did as well. Using the ms
property in a script is a bit clunky and everywhere else milliseconds are not available at all (or are they?).
In the next update, you can prefix the time format with M
to include milliseconds in the seconds part.
(It acts like the "show milliseconds" Preferences setting, rather than a new code you can add anywhere you want. Syntax is similar to the existing I
prefix for using the system invariant locale.)
For example, {time|MHH:mm:ss}
might output 20:55:49.028
1 Like