Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Chron's avatar
Level 6

What's the most recommended date and time picker to use for web and mobile app?

What's the most recommended date and time picker that has a option to put min and max value to use for web and mobile app?

0 likes
5 replies
artcore's avatar

I'm happy with https://flatpickr.js.org/ No dependencies like jQuery or Moment(for date conversions)

Has min max dates and also range...

By default flatpickr disables on mobile saying the native interface is probably better. But you can easily enable the UI again.

Chron's avatar
Level 6

is there a way to not set the time by default when opened the timepicker?

Chron's avatar
Level 6

@artcore What time picker do you use?? Do you have any recommendations? The pen didn't work, it still showing the error.

artcore's avatar

@chron I didn't get a notification of your reply...

I use flatpickr but so far only for dates I'll play with the time picker tomorrow. You you want it to be hidden by default or have 00:00 as default or another time?

Please or to participate in this conversation.