Ajax Bestiary: A Javascript Field Guide
 
Ajax Bestiary: A Javascript Field Guide
 
 

A clean and simple accessible date picker

Posted by Don Albrecht

unobtrusive The unobtrusive date picker is just that:. a simple accessible Date-Picker widget.  Sure it has a few bells and whistles like fade in, fade out and then some like:

  • Fully keyboard accessible
  • Multiple date formats and date dividers supported
  • Unobtrusive and nameSpace friendly
  • Fully skinnable with CSS
  • Both upper and lower date limits can be set
  • Certain days of the week can be disabled
  • Certain, dates can be disabled/enabled (and wildcards used to stipulate the dates in question)
  • Includes “smart” localisation (16 languages currently available)
  • Bespoke days of the week can be highlighted
  • Works with single text inputs, (3) split text inputs or select lists
  • It’s free to use, even commercially (Released under a CC share-alike license)

For more information on the widget check out the author’s posts at:

http://www.frequency-decoder.com/2005/10/14/unobtrusive-date-picker-widgit 

http://www.frequency-decoder.com/2006/10/02/unobtrusive-date-picker-widgit-update/

If th


Leave a Reply