Week picker in JQuery Mobile
I found in demos section about the Data picker. But do we have a picker that will act as a week picker letting us just select a week.
UPDATE: I want the calendar view to be be l开发者_如何学Goooking this way but with the theming of JQuery Mobile: http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerSelectWeek.html
Not sure if this will work with jQM but I did see this link: https://github.com/themouette/jquery-week-calendar
These also might be related:
- jQuery: week of year script acting up
- http://jsfiddle.net/etTS2/2/
- http://jquery142.blogspot.com/2010/04/how-to-get-week-number-for-date-in.html
Jonathan has provided a solution for this:
In his words:
I've added a demo of this working on the main demo page, it is the last one under 'Advanced Demos' : http://dev.jtsage.com/jQM-DateBox/
精彩评论