mM top-level constant

String const mM

Outputs month as long name

Example: formatDate(new DateTime(1989, 2), mM); // => february

Implementation

const String mM = 'MM';