MM top-level constant

String const MM

Outputs month as long name

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

Implementation

const String MM = 'MM';