Rxova
Skip to content

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.

ParameterType
locale?string

string[]