Replies: 5 comments 11 replies
-
Is this still a valid issue |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@Fedik If you wish to create a PR for 4.2, I am more than happy to include this. Just to be clear, this will create 3 new form fields of the types |
Beta Was this translation helpful? Give feedback.
-
What about Farsi Jalali calendar for example? https://stackoverflow.com/questions/62790557/change-input-type-date-to-persian-date |
Beta Was this translation helpful? Give feedback.
-
You mean that it is not supported by the browser? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey folks, what do you think about using of native
date
,time
anddatetime-local
inputs?And as possible replacement for our lovely calendar?
The pros is the value format always in
y-m-d
,h:i
,y-m-dTh:i
already, and rendering with translations done by browser.And a big pro.: it will use native mobile inputs, for mobile devices.
Example non-Latin Firefox:


I could prepare PR for one of future Joomla , maybe for 4.2
Thoughts?
Links for test:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/time
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/datetime-local
Beta Was this translation helpful? Give feedback.
All reactions