SSS top-level constant

String const SSS

Outputs millisecond as three digits

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

Implementation

const String SSS = 'SSS';