sSS top-level constant

String const sSS

Outputs millisecond as three digits

Example: formatDate(new DateTime(1989, 02, 1, 15, 40, 10, 999), sSS); // => 999 formatDate(new DateTime(1989, 02, 1, 15, 40, 10, 99), SS); // => 099 formatDate(new DateTime(1989, 02, 1, 15, 40, 10, 0), SS); // => 009

Implementation

const String sSS = 'SSS';