Outputs month as long name
Example: formatDate(new DateTime(1989, 2), mM); // => february
const String mM = 'MM';