Skip to content

Replace jQuery UI's datetimepicker with tempus-dominus #19727

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MauricioFauth
Copy link
Member

No description provided.

Copy link
Member

@williamdes williamdes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we loose precision support?
can you post screenshots?

@MauricioFauth
Copy link
Member Author

Do we loose precision support?

Most libraries doesn't support the fraction part. This library uses the Date JS class that only support three digits of precision, which means that it only supports milliseconds and not microseconds. Most datepickers are really awful. This is the least frustrating library that I've found. At least it has support for plugins that I'm probably gonna use it.

@MauricioFauth
Copy link
Member Author

And I don't want to replace the current date/time picker with a half-backed one just for the sake of using a "modern" library. If it doesn't work well, I'm going to close this PR.

@MauricioFauth MauricioFauth force-pushed the datetimepicker branch 2 times, most recently from ad1845a to 017d2ff Compare June 9, 2025 02:55
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants