m static method

String m([
  1. DateTime? datetime
])

Implementation

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