I'm using the input drag-and-drop jquery box with type date. I was wondering how to set the minimum date to whatever the current date is so no one can pick a date thats in the past?
I've tried treating it as a jquery date input but the datepicker method doesn't work with it for some reason (it says its not a function).
Any help is much appreciated, thanks!