WeekdayShortNames

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

  1. auto WeekdayShortNames;
    const
    auto WeekdayShortNames = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"];
  2. auto WeekdayLongNames;
  3. auto MonthShortNames;
  4. auto MonthLongNames;

Meta