WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Accessible datepicker?

for

From: Bryan Garaventa
Date: Apr 23, 2015 12:34AM


Apologies, I forgot to mention in case it's not clear, the date string is fully customizable, such as mm/dd/yyy, dd/mm/yyy, or any other format. This is configurable within the callback function during the setup, where the target control is programmatically set at the same time.

Additionally, the week day column structure can be programmatically adjusted, if you want the left most column to start with a different day of the week as with some European countries, by setting a positive or negative config.wdOffset value.

Also, the date picker can be bound to simulated elements, such as an ARIA Textbox control in the same manner as with a standard Input for customizing displays across devices.

All the best,
Bryan