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

Yellow5 Date Chooser: A nice CC standalone widget

Posted by Don Albrecht

datechooser

The Yellow5 Date Chooser is simple all around choice for a quick - drop in and go - date picker.  Some of it’s highlights:

    • The HTML for the calendar is standards-compliant.
    • The calendar appears in the same window as the input field(s). It doesn’t annoyingly pop up in a new window.
    • It has no hard-coded styles; apply your own .css file to customize DateChooser’s appearance.
    • Return values are flexible, using patterns borrowed from PHP’s date() function.
    • It doesn’t pollute the global namespace.
    • It uses unobtrusive, warning/error-free javascript.

Find it online at:

http://yellow5.us/projects/datechooser

 


Leave a Reply