monthNames
function monthNames(locale?): string[];Month names for the aria-valuetext of the month segment.
A screen reader announcing “2” for the month segment is technically the value
and practically useless; “February” is what the user needs. Again, Intl
already knows this in every locale.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
locale? | string |
Returns
Section titled “Returns”string[]