Native date picker #47355
Replies: 8 comments 1 reply
-
|
It should be easy. However, 2 questions opened:
|
Beta Was this translation helpful? Give feedback.
-
|
I actually see it as a bonus that the language of the calendar will always be in my language - what I am not sure of yet is if the ui supports the correct start of the week for that local. |
Beta Was this translation helpful? Give feedback.
-
Should work. And depend from User OS configuration. |
Beta Was this translation helpful? Give feedback.
-
|
I am not a representative of the groups that use the Solar Hijri calendar. But I don't know what is correct. I only know that fundamental changes and adaptation put a lot of pressure on extension developers. |
Beta Was this translation helpful? Give feedback.
-
|
@HLeithner can you move this to the feature discussion for me please |
Beta Was this translation helpful? Give feedback.
-
|
The Joomla Maintainer Team decided at the 27.05.2026 meeting to accept this feature. We need comprehensive testing across a diverse range of calendar types to validate that it fully replaces our current calendar system and addresses all necessary use cases. |
Beta Was this translation helpful? Give feedback.
-
|
This one also exists that's lightweight, |
Beta Was this translation helpful? Give feedback.
-
|
My idea would be as follows: This way we delegate part of work to people who know their calendar. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Yes I know I wrote joomla 7 but this would be a big change and I think that would be the first version we could apply it to.
We currently use javascript as a datepicker. It is very difficult to maintain, is not accessible and is missing functionality that people want in a modern app eg start/end limits and we have lots of open bugs https://github.com/joomla/joomla-cms/issues?q=is%3Aissue%20state%3Aopen%20calendar
Historically the reason for using our own datepicker is so that it can support non-gregorian calendars and historically javascript was the only way to create a datepicker.
Today (nov 2025) there are even fewer countries that use a non-gregorian calendar for civil dates.[1]
Today there is no reason to use a javascript datepicker at all for gregorian calendars. We can use the browser native datetime functionality. It is fast, maintenance free, (more) accessible and offers the missing functionality users are requesting
More information and examples at https://pikaday.dbushell.com/
[1] Non-gregorian calendar
Iran, Afghanistan, Ethiopia, Thailand (year counting).
Beta Was this translation helpful? Give feedback.
All reactions