I’m looking for a jquery Plugin to pick
- Year (no Months and dates) [I can pretty much use a regular drop down for this]
- Half a Year – 1st Half and 2nd half (Half yearly) Eg. Jan -Jun, 2010; Jul to Dec, 2010
- Quarter a Year – 1st Quarter, 2nd Quarter, 3rd Quarter, 4th Quarter Eg. Jan-Mar, 2010; Apr-Jun, 2010 etc.
Is there any such plugin or how do I edit the regular jQuery date-picker to achieve this?
Yeah, using select boxes is a good choice, I think, just because I like simple solutions.
Then you can have a html file looking like this:
index.html:
picker.js: