MonthShortNames

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

const
auto MonthShortNames = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];

Meta