I want to restrict a user to only being able to add future dates in a HTML date input.
Instead of jQuery UI date picker I want to add HTML5 calender. Can anyone tell
Use the max attribute which is the expected upper bound for the element's value.
Reference: http://www.w3.org/TR/html-markup/input.date.html