Hello everyone,

i'm using jQuery datepicker with the weekselector like this:

$(function() {
$('#startPicker').datepick({
    renderer: $.datepick.weekOfYearRenderer, 
    firstDay: 1, showOtherMonths: true, rangeSelect: true, minDate: '+1d',
    onShow: $.datepick.selectWeek
    }
    ); 
    });

what i would like to achieve is to only show weeknumbers, i need a weekselection only, does anyone know how to, or is this even possible?

Hmm, i guess this is not gonna work.

Anyone know another weekpicker out there?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.