$(function(){
    options = {
        dateFormat: 'dd-M-yy',
        firstDay: 1,
        changeMonth: true,
        changeYear: true,
        showOtherMonths: true,
        yearRange: '-2:+2'
    };
    $(".datepicker").datepicker(options);
});
