Open haggaiwambua opened 5 years ago
How do you remove the comma in between date and time when the format is an object?
https://jsfiddle.net/ofc30uv3/
Hi,
add format="dd MMM yyyy HH:mm" to
format="dd MMM yyyy HH:mm"
Example:
<datetime type="datetime" v-model="datetime" format="dd MMM yyyy HH:mm" ></datetime>
Versions
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/