You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm trying to edit a date or datetime object. If this has a value of "23.11.2022 19:52" (db value "2022-11-23 19:52") it is displayed in the form as "20.11.0023 19:52". This is a problem for European locals ("de", "fr", "es", "it", ...), but not for "en-us".
Expected behavior
Show the date string in the form as "23.11.2022 19:52"
Screenshots
See example app.
Setup Information (please complete the following information):
OS: macOS 12.6
Browser Tested with recent Safari, Chrome, FireFox
Python version 3.10.4
Django version 4.1.3
Bootstrap version 5
jQuery version 3.6.0
[x] I have followed the [configuration instructions][configuration_page] and checked out the
[common error troubleshooting][troubleshooting_page] page.
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm trying to edit a date or datetime object. If this has a value of "23.11.2022 19:52" (db value "2022-11-23 19:52") it is displayed in the form as "20.11.0023 19:52". This is a problem for European locals ("de", "fr", "es", "it", ...), but not for "en-us".
I've created a minimum example to investigate the problem in https://github.com/christianwgd/datepicker
Expected behavior
Show the date string in the form as "23.11.2022 19:52"
Screenshots
See example app.
Setup Information (please complete the following information):
[x] I have followed the [configuration instructions][configuration_page] and checked out the
[common error troubleshooting][troubleshooting_page] page.
The text was updated successfully, but these errors were encountered: