Hi guys,

I'm using nopCommerce version 4.10

I'm trying to disable previous date (dates less than the current date) in datepicker.

I've tried the approach below but it is not working


$("#txtdate").datepicker({
dateFormat: 'yy/mm/dd' ,
minDate: 0
});


Any one knows how to do it?

Thanks in advance!

Regards,
Steve