Hi Abu!
I want to prevent new rows adding with date field earlier than yesterday.
Can You explain "how to"?
I try with:
$col["formatoptions"] = array("opts" => array("minDate"=> -1));
Datepicker show only available dates but I have 2 problem:
1- Datepicker doesn't work when I select one of available dates
2- I can manually insert a date without restriction
Thank You.
2 Answers
1) Unable to regenerate this issue. It works as expected.
2) Set $col["editoptions"]["readonly"]="readonly"; …. it will make field non-type-able and only work with selection.
Your Answer