Date Picker does not seem to allow for Future Years by Default
Problem:
Solution
Set the date year picker range in datepicker settings using option "
yearRange
".$yearRange = <<<DATEPICKYEARRANGE
function(){
$('.hasDatepicker').datepicker('option', 'yearRange', '2000:2050')
}
DATEPICKYEARRANGE;
$dg->add_event("jqGridAddEditAfterShowForm", $yearRange);