Disabling Past Dates on Calendar

Hi,

I want to disable past dates before " today " on " 01_set_interval_with_two_inputs " calendar but i cannot do it. Could you help me ? :cry:

Please, try to use the following code:
var today=new Date();
myCalendar.setSensitiveRange(today, null);

That did the trick. Thank you very much !