Mo top-level constant
String
const Mo
Month (Ordinal)
Format: 1st 2nd ... 11th 12th
Summary: The numerical index of the month's position and order.
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 Mo = 'Mo';