ariaDateFormat property

String ariaDateFormat

Defines how the date will be formatted in the aria-label for calendar days, using the same tokens as dateFormat. If you change this, you should choose a value that will make sense if a screen reader reads it out loud.

Default: "F j, Y"

Implementation

external String get ariaDateFormat;
void ariaDateFormat=(String v)

Implementation

external set ariaDateFormat(String v);