レンダリング時に日付の言語を変更する方法があるかどうか知りたいです (形式を変更できるのと同じ方法: {{mydate|date:"d FY - H:i"}})。
ドキュメントを見ました: https://docs.djangoproject.com/en/dev/ref/templates/builtins/?from=olddocs#date しかし、何も見つかりませんでした。
ご協力ありがとうございました。
レンダリング時に日付の言語を変更する方法があるかどうか知りたいです (形式を変更できるのと同じ方法: {{mydate|date:"d FY - H:i"}})。
ドキュメントを見ました: https://docs.djangoproject.com/en/dev/ref/templates/builtins/?from=olddocs#date しかし、何も見つかりませんでした。
ご協力ありがとうございました。
You could change the locale before rendering it as a string. Then change it back after. Although, I'm not sure why you want to have a date in a language different from your other output. Maybe explain what you are trying to accomplish with this, first. There is no built-in way to do it simply formatting the date.