mariomka / vue-datetime

Mobile friendly datetime picker for Vue. Supports date and datetime modes, i18n and more.
http://mariomka.github.io/vue-datetime
MIT License
986 stars 245 forks source link

Remove comma between date and time #132

Open Haggai-Mac opened 5 years ago

Haggai-Mac commented 5 years ago

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/

btronquo commented 5 years ago

Hi,

add format="dd MMM yyyy HH:mm" to

Example:

<datetime
   type="datetime" 
   v-model="datetime"
   format="dd MMM yyyy HH:mm"
></datetime>