M top-level constant

String const M

Outputs month as short name

Example: formatDate(DateTime(1989, 2), M); // => feb

Implementation

const String M = 'M';