How to show a Persian calendar? #430
-
|
Here in Qasar we can have persian calendar. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
You can switch to a Persian calendar using the "calendar" prop. The value format is automatically "YYYY/MM/DD". ui.date(value='2023-02-24')
ui.date(value='1401/12/05').props('calendar=persian')However, this does not translate anything. Language packs and internationalization with NiceGUI is still an open topic (#389). |
Beta Was this translation helpful? Give feedback.
-
|
I want it to make some documents in Persian. |
Beta Was this translation helpful? Give feedback.
You can switch to a Persian calendar using the "calendar" prop. The value format is automatically "YYYY/MM/DD".
However, this does not translate anything. Language packs and internationalization with NiceGUI is still an open topic (#389).