Convert date to datetime in Python

后端 未结 10 2463
感动是毒
感动是毒 2020-11-28 17:10

Is there a built-in method for converting a date to a datetime in Python, for example getting the datetime for the midnight of the giv

10条回答
  •  误落风尘
    2020-11-28 17:52

    If you need something quick, datetime_object.date() gives you a date of a datetime object.

提交回复
热议问题