🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

The weekPicker.js widget allows to highlight the whole week row in the calendar and then display the selected week (with week numbers) in the corresponding input field.

jQuery-UI week-picker

Documentation

jQueryWeekPicker

Week Picker element for jQuery UI

To use it on a SQL select here's the pattern:

select '<span class="displayWeek">' || week_field || '</span><input type="hidden" value="week_field" id="id_field" />' || '<i class="fa fa-calendar showCalendar" aria-hidden="true"     style="cursor:pointer;margin-left: 10px;"     onclick="javascript:showWeekCalendar(this, additionalFunction);"></i>' as "WeekPicker" from dual

You May Also Like