Skip to content

Week start on Monday

Add the following event handler your code that will change the week start day to Monday.

$weekStartDay = <<<DATEPICKWEEKSTARTDAY
function(){
  $('.hasDatepicker').datepicker('option', 'firstDay', 1)
}
DATEPICKWEEKSTARTDAY;

$dg->add_event("jqGridInlineEditRow", $weekStartDay);

Feedback and Knowledge Base