Replies: 2 comments
|
Adding to this question, I would like to add the "zeros" in the Input, currently in "DE" locale for the date: |
|
For the date order/zero padding, use the component locale rather than a custom mask. <UInputDate v-model="date" locale="en-GB" /> <!-- dd/mm/yyyy-style order -->For 24-hour time, set <UInputTime v-model="time" :hour-cycle="24" />If you want one value containing both date and time, bind |
Uh oh!
There was an error while loading. Please reload this page.
Package
v4.x
Description
Please tell me how to format InputDate in dd/mm/yy format and combine with UCalendar to select time 24hour
All reactions