MonthShortNames

English short and long weekday and month names, used when parsing and stringifying dates.

  1. auto WeekdayShortNames;
  2. auto WeekdayLongNames;
  3. auto MonthShortNames;
    const
    auto MonthShortNames = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
  4. auto MonthLongNames;

Meta