question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

hey there,

as you can see i try to change the dateformat.

methods: { customFormatter(date) { return moment(date).format(‘DD.MM.YYYY’); },

if i open the datepicker and choosing a date everything is conform what the datepicker usually has to do. But… when i enable typeable=true and typing a date, the datingformat is not correct. When i type in 01 (dd).06 (mm).2019 (yyyy) and open the datepicker he shows me the 6th january 2019. He use the dateformat MM.DD.YYY instead of DD.MM.YYYY.

can someone help?

regards

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:4
  • Comments:9

github_iconTop GitHub Comments

8reactions
ARehmanMahicommented, Sep 27, 2019

typeable=true/false doesn’t matter, the format functions isn’t working at all. Same goes for the repo owner. How did this repo got so many stars,

1reaction
chriswalgcommented, Jan 9, 2020

https://yarnpkg.com/en/package/@sum.cumo/vue-datepicker

Have a look at changelog in this fork.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Date Format Types
Date Format Types ; I. YY/day. Year-Day of Year (counting consecutively from January 1—often called the Julian date format) (2009/48) ; J ·...
Read more >
Date Format in the United States - ISO | MIT
The United States is one of the few countries that use “mm-dd-yyyy” as their date format–which is very very unique! The day is...
Read more >
Date and Time Formats - IBM
Format Specifier Format Example %m/%d/%Y mm/dd/yyyy 02/21/2018 %m/%d/%y mm/dd/yy 02/21/18 %d/%m/%Y dd/mm/yyyy 21/02/2018
Read more >
Format a date the way you want - Microsoft Support
If you don't like the default date format, you can choose another date format in Excel, such as "February 2, 2012" or "2/2/12"....
Read more >
Date format by country - Wikipedia
Writers have traditionally written abbreviated dates according to their local custom, creating all-numeric equivalents to day–month formats such as "24 December ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found