Sep 10
Until we get into the browsers, we will need to create data pickers.
DatePicker is a simple one that users Prototype and Script.aculo.us, and does the basics well (although the fade can be a touch annoying to me).
It is very simple to use too:
HTML:
-
type="text/javascript" src="/prototype.js">type="text/javascript" src="/scriptaculous.js">type="text/javascript" src="/datepicker.js">type="text/css">@import("/css/datepicker.css");type="text" id="date-from" name="date-from" />type="text/javascript">var dpck = new DatePicker({relative : 'date-from',language : 'en'});
Of course, you could easily wrap this in a microformat so you can just do.
[via Ajaxian]

Recent Comments