Hi there, Im trying to set a date in the future as default for the datepicker but cannot seem to get it to work. So far I have tried:
$col[“editoptions”] = array(“size”=>20, “defaultValue”=>”01-01-2020”); // shows current date only
$col[“formatoptions”] = array(“srcformat”=>’Y-m-d’,”newformat”=>’d-m-y’, “opts” => array(“changeYear” => true, “dateFormat”=>’dd-mm-yy’, “minDate”=>”16-04-23”)); // This shows year in white so cant see it, when selecting a year jumps to another field without inserting anything?
Your Answer
Or perhaps maybe better is it possible to have _ _ /_ _ /_ _ _ _