How can I edit the date field so that it doesn't allow users to edit a past date?
So, for example, if today was August 1st, the user can only select August 2nd, 3rd, 4th and so on.
I took a look at the jQuery documentation (sense the date picker is from jQuery UI) but had no luck in finding anything.
Any help is appreciated.