jDateTimeField doesn't use django format localization #148
AmirMahmood
started this conversation in
Ideas
Replies: 2 comments
-
Yes, That's true because Django Jalali uses Python Jalali. when you use That would be good to Django |
Beta Was this translation helpful? Give feedback.
0 replies
-
Currently, I have no idea how to add this feature. :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a
DateTimeField
witheditable=False
. admin page shows this field like this:but when i change
DateTimeField
tojDateTimeField
, it looks like below:it seems
jDateTimeField
doesn't use django format localization settings likeDATETIME_FORMAT
.Beta Was this translation helpful? Give feedback.
All reactions