DatePicker+
Form component for selecting date compatible with jQuery UI and HTML 5.

| Version | 2.1 |
| Repository | https://github.com/JanTvrdik/NetteExtras |
| Download | http://nette.merxes.cz/date-picker/ |
| Author | Jan Tvrdík |
| License | MIT |
| Requirements | Nette Framework 2.0-dev, jQuery 1.4.3+, jQuery UI |
- Internally uses DateTime (method
getValue()returns instance ofDateTimeorNULL). - Generates valid HTML 5.
- The calendar is rendered by jQuery UI DatePicker with fallback to HTML 5 a HTML 4. (If browser does not support neither Javascript nor HTML 5, normal text field is displayed allowing user to enter the date manually.)
- Can limit minimum and maximum date which can be selected.