mirror of
				https://github.com/KevinMidboe/leifsopplevelser.git
				synced 2025-10-29 17:50:21 +00:00 
			
		
		
		
	Added helptext for format of dates in datefield.
This commit is contained in:
		| @@ -12,14 +12,14 @@ | |||||||
|         <div class="field first-name"> |         <div class="field first-name"> | ||||||
|           <label class="caption"> |           <label class="caption"> | ||||||
|             <input v-model="dateStart" type="date" spellcheck="false" maxlength="30" :tabindex="2"> |             <input v-model="dateStart" type="date" spellcheck="false" maxlength="30" :tabindex="2"> | ||||||
|             fra dato |             fra dato (dd-mm-yyyy) | ||||||
|           </label> |           </label> | ||||||
|         </div> |         </div> | ||||||
|  |  | ||||||
|         <div class="field last-name"> |         <div class="field last-name"> | ||||||
|           <label class="caption"> |           <label class="caption"> | ||||||
|             <input v-model="dateEnd" type="date" spellcheck="false" maxlength="30" :tabindex="3"> |             <input v-model="dateEnd" type="date" spellcheck="false" maxlength="30" :tabindex="3"> | ||||||
|             til dato |             til dato (dd-mm-yyyy) | ||||||
|           </label> |           </label> | ||||||
|         </div> |         </div> | ||||||
|       </fieldset> |       </fieldset> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user