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

        <small id='5aotf'></small><noframes id='5aotf'>

        为什么 datetime.strptime 在这个简单的例子中不起作

        时间:2023-08-04

          <tbody id='pq31Z'></tbody>
        <tfoot id='pq31Z'></tfoot>

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

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

                • <legend id='pq31Z'><style id='pq31Z'><dir id='pq31Z'><q id='pq31Z'></q></dir></style></legend>
                  本文介绍了为什么 datetime.strptime 在这个简单的例子中不起作用?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我正在使用 strptime 来转换日期字符串进入 datetime.根据链接页面,这样的格式应该可以工作:

                  I'm using strptime to convert a date string into a datetime. According to the linked page, formatting like this should work:

                  >>> # Using datetime.strptime()
                  >>> dt = datetime.strptime("21/11/06 16:30", "%d/%m/%y %H:%M")
                  

                  我的代码是:

                  import datetime
                  dtDate = datetime.strptime(sDate,"%m/%d/%Y")
                  

                  其中 sDate = "07/27/2012".(我从同一页了解到,%Y以世纪为十进制数的年份.")

                  where sDate = "07/27/2012". (I understand, from the same page, that %Y is "Year with century as a decimal number.")

                  我已经尝试将 sDate 的实际值放入代码中:

                  I have tried putting the actual value of sDate into the code:

                  dtDate = datetime.strptime("07/27/2012","%m/%d/%Y")
                  

                  但这不起作用.我得到的错误是:

                  but this does not work. The error I get is:

                  AttributeError: 'module' 对象没有属性 'strptime'

                  AttributeError: 'module' object has no attribute 'strptime'

                  我做错了什么?

                  推荐答案

                  你应该使用 datetime.datetime.strptime.请注意,非常旧的 Python 版本(2.4 和更早版本)没有 datetime.datetime.strptime;在这种情况下使用 time.strptime.

                  You should be using datetime.datetime.strptime. Note that very old versions of Python (2.4 and older) don't have datetime.datetime.strptime; use time.strptime in that case.

                  这篇关于为什么 datetime.strptime 在这个简单的例子中不起作用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:使用 psycopg2 python 库并使用良好的转换类型工具构 下一篇:如何使用空值将字符串转换为日期时间 - python,

                  相关文章

                  最新文章

                    <bdo id='HpmrI'></bdo><ul id='HpmrI'></ul>

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

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

                    2. <legend id='HpmrI'><style id='HpmrI'><dir id='HpmrI'><q id='HpmrI'></q></dir></style></legend>
                    3. <tfoot id='HpmrI'></tfoot>