It\'s impossible to use placeholder on date fields but I really need it.
I want two date inputs with texts \"From\" and \"To\" on each one as placeholders.
use this input attribute events
onfocus="(this.type='date')" onblur="(this.type='text')"
Date :