Hi,
Today I realize that only chrome supports the input type = date... What is the best way to make an input date? I know that can be achieved with jquery, but exists an easier way?
This is the way that I'm doing it, only works in chrome:
2.) you could use a datepicker component that falls back to the <input type="date" /> when supported. There are plenty of them out there in the web (bootstrap, jQuery, etc.)