M static method

String M([
  1. DateTime? datetime
])

Implementation

static String M([DateTime? datetime]) => DateFormat.format(datetime, 'M');