I need an input to come with the date of the respective day, for example today: 11/17/2015, tomorrow 11/18/2015. This input can not allow edits.
My code looks like this:
<label class="item item-input">
<span class="cinza input-label">Data:</span>
<input class="cinza" type="date">
</label>