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

Datepicker v-model should return Date, not string

Open xkjyeah opened this issue 7 years ago • 1 comments

The current version is unworkable, because

  • we cannot parse the date without knowing the format
  • human readable formats (in Western cultures) are not computer-friendly (e.g. d-MMM-yy is not sortable, nor are they JSON serializable)

xkjyeah avatar Mar 13 '17 06:03 xkjyeah

Any further thoughts on this? I have encountered the same problem trying to bind to a date field. See also #88.

bezborodow avatar Apr 10 '18 01:04 bezborodow