• <tfoot id='Lhh0B'></tfoot>

    1. <small id='Lhh0B'></small><noframes id='Lhh0B'>

        <i id='Lhh0B'><tr id='Lhh0B'><dt id='Lhh0B'><q id='Lhh0B'><span id='Lhh0B'><b id='Lhh0B'><form id='Lhh0B'><ins id='Lhh0B'></ins><ul id='Lhh0B'></ul><sub id='Lhh0B'></sub></form><legend id='Lhh0B'></legend><bdo id='Lhh0B'><pre id='Lhh0B'><center id='Lhh0B'></center></pre></bdo></b><th id='Lhh0B'></th></span></q></dt></tr></i><div id='Lhh0B'><tfoot id='Lhh0B'></tfoot><dl id='Lhh0B'><fieldset id='Lhh0B'></fieldset></dl></div>

        • <bdo id='Lhh0B'></bdo><ul id='Lhh0B'></ul>
        <legend id='Lhh0B'><style id='Lhh0B'><dir id='Lhh0B'><q id='Lhh0B'></q></dir></style></legend>

        在python中用波兰语中的月份名称格式化日期

        时间:2023-10-09
          <bdo id='Hr4Vs'></bdo><ul id='Hr4Vs'></ul>
        • <legend id='Hr4Vs'><style id='Hr4Vs'><dir id='Hr4Vs'><q id='Hr4Vs'></q></dir></style></legend>

            <i id='Hr4Vs'><tr id='Hr4Vs'><dt id='Hr4Vs'><q id='Hr4Vs'><span id='Hr4Vs'><b id='Hr4Vs'><form id='Hr4Vs'><ins id='Hr4Vs'></ins><ul id='Hr4Vs'></ul><sub id='Hr4Vs'></sub></form><legend id='Hr4Vs'></legend><bdo id='Hr4Vs'><pre id='Hr4Vs'><center id='Hr4Vs'></center></pre></bdo></b><th id='Hr4Vs'></th></span></q></dt></tr></i><div id='Hr4Vs'><tfoot id='Hr4Vs'></tfoot><dl id='Hr4Vs'><fieldset id='Hr4Vs'></fieldset></dl></div>

              • <tfoot id='Hr4Vs'></tfoot>
                  <tbody id='Hr4Vs'></tbody>

                1. <small id='Hr4Vs'></small><noframes id='Hr4Vs'>

                  本文介绍了在python中用波兰语中的月份名称格式化日期的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  在 python 中(或在 django 模板中)是否有一种开箱即用的方式来格式化一个符合波兰语规则的完整月份名称的日期?

                  Is there an out of the box way to format in python (or within django templates), a date with full month name in accordance to polish language rules?

                  我想得到:

                  6 września 2010
                  

                  而不是:

                  >>> datetime.today().date().strftime("%d %B %Y")
                  '06 wrzesień 2010'
                  

                  推荐答案

                  使用 通天塔:

                  >>> import babel.dates
                  >>> import datetime
                  >>> now = datetime.datetime.now()
                  >>> print(babel.dates.format_date(now, 'd MMMM yyyy', locale='pl_PL'))
                  6 września 2010
                  

                  更新:纳入 Nathan Davis 的评论.

                  Update: Incorporated Nathan Davis' comment.

                  这篇关于在python中用波兰语中的月份名称格式化日期的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:Matplotlib 在刻度标签(字符串)中显示美元符号 下一篇:Python - 在对齐的列中打印 CSV 字符串列表

                  相关文章

                  最新文章

                    <tfoot id='h79CD'></tfoot>

                    <small id='h79CD'></small><noframes id='h79CD'>

                    • <bdo id='h79CD'></bdo><ul id='h79CD'></ul>

                      <legend id='h79CD'><style id='h79CD'><dir id='h79CD'><q id='h79CD'></q></dir></style></legend>
                    1. <i id='h79CD'><tr id='h79CD'><dt id='h79CD'><q id='h79CD'><span id='h79CD'><b id='h79CD'><form id='h79CD'><ins id='h79CD'></ins><ul id='h79CD'></ul><sub id='h79CD'></sub></form><legend id='h79CD'></legend><bdo id='h79CD'><pre id='h79CD'><center id='h79CD'></center></pre></bdo></b><th id='h79CD'></th></span></q></dt></tr></i><div id='h79CD'><tfoot id='h79CD'></tfoot><dl id='h79CD'><fieldset id='h79CD'></fieldset></dl></div>