Is there any jQuery plugin available to select Week / Year for example 1 / 2012 or 53 / 2010 just like Date Picker?
I stumbled around but could not find matching plugin. I am thinking of simple selection box but seems picker would give good UX.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve done that for 1 of my projects restyling jquery UI datepicker. Also getting week number from date is not as simple as it seems: http://brainhog.blogspot.ie/2011/07/get-me-week.html
Anyways, here’s the complete solution:
css:
js:
and you also need these functions:
Let me know if you have any issues/questions and whether this works for you.