Eonasdan
Eonasdan
I do not experience this issue. What's your browser's locale? You can find this easily by going to [this stackblitz](https://stackblitz.com/edit/tempus-dominus-v6-simple-setup?file=index.js)
The issue here is that the native javascript date object is dumb and extremely limited. If you did `new Date('12/04/2022')` in the console you would see that get translated to...
Please take a look [at this](https://stackblitz.com/edit/js-jm5e2a?file=index.js,index.html). I found some code that tries to guess the locales default format. Let me know your results.
You can look at the plugin docs [here](https://getdatepicker.com/6/plugins/#perPicker) for an example of the overwriting a function.
@duvel3 you don't have to use moment btw, you can use dayjs or whatever. If you aren't using moment for anything else, I'd highly recommend you use dayjs instead. You...
# What I need people to do is take a look [at this](https://stackblitz.com/edit/js-jm5e2a?file=index.js,index.html). I am trying to figure out if this code is smart enough to properly figure out a...
# Please test this out Please [go to this stackblitz](https://js-tep4rk.stackblitz.io/) and try a couple of date/times and formats. I've borrowed a bunch of code from a dayjs plugin that allows...
Thanks for helping me test this @JerryBels How about it @duvel3 @eryx12o45 @DragosChirila @Konstanty @fgiamma ?
Hello @JerryBels, @duvel3 @eryx12o45 @DragosChirila @Konstanty @fgiamma, @rmaspero I've created a branch to try and bring all this together. None en-US or ISO string formats will require a plugin. Please...
@jcompagner if you look at the last comment of mine and the stackblitz I think you'll be interested in what I came up with. Hooks are not coming back. There's...