在Python中解析用户给定的日期

时间:2016-09-23 13:02:06

标签: python datetime

我正在阅读Python中的CSV文件。在其中一列中,日期以格式给出,我想将其转换为另一种格式,如下所示。

Input - 15th November 2016 11:00pm
Output - 2016-11-15 23:00:00

1 个答案:

答案 0 :(得分:1)

你正在寻找这样的东西,我看了一眼,它涵盖了你所寻找的大部分内容。我会写代码,但我在手机上,用小键盘手机编码并不好玩。

https://www.tutorialspoint.com/python/time_strptime.htm