vue-datetime icon indicating copy to clipboard operation
vue-datetime copied to clipboard

Remove comma between date and time

Open Haggai-Mac opened this issue 6 years ago • 1 comments

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/

Haggai-Mac avatar Feb 14 '19 10:02 Haggai-Mac

Hi,

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

Example:

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

btronquo avatar May 17 '19 23:05 btronquo