this post was submitted on 12 Nov 2025
99 points (100.0% liked)

Programming

23462 readers
16 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

While looking around for datepicker libraries, I came across this helpful guide on how you can use native datepickers for most, if not all, required datepicker functionality. Sure, it may not be as flashy as the JS enhanced or framework alternatives, but still worth considering IMO.

you are viewing a single comment's thread
view the rest of the comments
[–] tja@sh.itjust.works 16 points 2 days ago (3 children)

Also: Firefox on desktop supports time input but does not provide a time picker. This is very confusing in the datetime input where you only see a date picker but then have to type the time manually. There is a long-standing issue open about this.

[–] sga@piefed.social 1 points 2 days ago (2 children)

I am sorry, but it works for me. Can you please give a link for the issue. in the above website only, when i visit, all date fields have a calendar icon next to them, which when I click, a gtk date picker pops up (is this something that works on linux and not elsewhere or something like that?)

[–] tja@sh.itjust.works 6 points 2 days ago (1 children)

Sure, here is a Screenshot of only the datepicker showing on the datetime input:

And this is the 12 year old bugticket about that problem: https://bugzilla.mozilla.org/show_bug.cgi?id=datetime

[–] sga@piefed.social 2 points 2 days ago

thanks. I think i must have confused the time input and date input.