<input> elements of type date, datetime-local are pretty good.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/datetime-local
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello,
I have found several posts about date pickers on Laracast, but not any recent ones.
There are also several more or less interesting JS date pickers on the web.
Which one are you using ?
Thanks for sharing ;).
V
You can do customizing with a hidden text field and JS.
The picker will show:
04/15/2023
I, using javascript change a "not shown field" to
2023-04-15
Just a little js, then use that field for the request. Or overlay to type in a custom date, many ways to achieve this.
And I am referring to the native html picker.
Please or to participate in this conversation.