WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Datepicker questions - are they useful?

for

From: Bryan Garaventa
Date: Nov 2, 2015 9:28AM


A date picker is very useful, especially when it's important to know the day of the week or month involved, or when planning months or years in the future. This is especially the case with travel sites.

There is another implementation you are welcome to test at
http://whatsock.com/tsg/Coding%20Arena/ARIA%20Date%20Pickers/ARIA%20Date%20Picker%20(Basic)/demo.htm
Which supports disabled date ranges, comment notation, date format changing, localization support within any language, calendar changing for European calendar layout differences, full control over styling across various devices, and so on.

The module works as powered by jQuery within the archive at
https://github.com/accdc/tsg

Or powered by Dojo at
https://github.com/accdc/tsg-dojo

Or powered by MooTools at
https://github.com/accdc/tsg-mootools

Sincerely,
Bryan Garaventa