vue-datetime
vue-datetime copied to clipboard
Remove comma between date and time
Versions
- vue: 2.4.2
- vue-datetime: 1.0.0-beta.3
- luxon: 1.3.0
Description:
How do you remove the comma in between date and time when the format is an object?
Steps To Reproduce:
https://jsfiddle.net/ofc30uv3/
Hi,
add format="dd MMM yyyy HH:mm"
to
Example:
<datetime
type="datetime"
v-model="datetime"
format="dd MMM yyyy HH:mm"
></datetime>