Here is my code this doesn’t seem to work…
year = new Date().getFullYear();
date = new Date().getDate();
month = new Date().getMonth();
field2.selectableRange = {rangeStart:new Date(year, date, month)};
How can I get it to only allow selections from today until anytime later?