#DateInput format
3 messages · Page 1 of 1 (latest)
You are using the demo with YYYY-MM-DD value format. It works as intended on the video. To setup DateInput with custom format, you must extend dayjs instance with custom parse format plugin as documentated in the value format section above
I put the example of the demo page because the comportament was the same here.
I imported the dayjs on layout root file and it didn't work. (NextJS with App Router)
When I import it in a specific page, works only on page
using nextJs with app router, where I declare the import of dayjs and the customParseFormat