M top-level constant
String
const M
Month (Number)
Format: 1 2 ... 11 12
Summary: The numerical index of the month.
Details: Represents the month in a non-padded format. 1 maps to January and 12 maps to December. This is ideal for compact date-picker logic or simple slash-separated date formats.
Implementation
const String M = 'M';