Use JQuery date pickers.
authorIain Patterson <me@iain.cx>
Tue, 15 Oct 2013 09:02:07 +0000 (05:02 -0400)
committerIain Patterson <me@iain.cx>
Tue, 15 Oct 2013 09:02:07 +0000 (05:02 -0400)
commit28d2c6d84af075263a89025b04df438cdd762658
treedb488185b7b978cc9f74e2b36046f17d0780c795
parentdcee8bacbf2d1eea4c00c42be7ce2dc14f113fa2
Use JQuery date pickers.

Added the datepicker() function which will show an input field for an
ISO8601 date entry.  If scripting is enabled, JQuery will be used to
show a popup date picker when the user clicks in the field.

The date picker can be restricted to showing dates no earlier and/or no
later than today, and it can be linked to another picker to form a date
range selector.
lib/forms.php
lib/header.php
www/index.php