dateformatting
See original GitHub issuehey 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:
- Created 4 years ago
- Reactions:4
- Comments:9
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

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,
https://yarnpkg.com/en/package/@sum.cumo/vue-datepicker
Have a look at changelog in this fork.