Alternatively, is it possible to validate against another field\'s value with html5?
A common example would be selecting a date range where \"from\" date sh
It's great to see things moving towards a pure HTML solution ... but why not take a look at using moment.js to fill in the gaps for the time being?
http://momentjs.com/
There are plenty of good examples there and a lot of useful utility methods.