I\'m looking to implement validation for a mobile site, where I have two input fields and I would like the first to validate the value is no later than todays date, and the
Better with javascript. You can I use HTML5 attribute type="date" but keep in mind it's barely supported.