Outputs month as short name
Example: formatDate(DateTime(1989, 2), M); // => feb
const String M = 'M';