MonthLongNames

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

  1. auto WeekdayShortNames;
  2. auto WeekdayLongNames;
  3. auto MonthShortNames;
  4. auto MonthLongNames;
    const
    auto MonthLongNames = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"];

Meta