Added helptext for format of dates in datefield.

This commit is contained in:
2019-04-16 00:13:16 +02:00
parent 69f50058a2
commit 5d72959742

View File

@@ -12,14 +12,14 @@
<div class="field first-name">
<label class="caption">
<input v-model="dateStart" type="date" spellcheck="false" maxlength="30" :tabindex="2">
fra dato
fra dato (dd-mm-yyyy)
</label>
</div>
<div class="field last-name">
<label class="caption">
<input v-model="dateEnd" type="date" spellcheck="false" maxlength="30" :tabindex="3">
til dato
til dato (dd-mm-yyyy)
</label>
</div>
</fieldset>