Parse Datetime string

前端 未结 4 1759
被撕碎了的回忆
被撕碎了的回忆 2021-01-23 09:16

I\'m trying to convert the following string to datetime. I\'ve searched high and low and can\'t find the exact formats string and I don\'t want to resort to parsing it manually.

4条回答
  •  感动是毒
    2021-01-23 09:30

    The documentation on the format string is here: http://msdn.microsoft.com/en-us/library/8kb3ffffd4.aspx

    That should get you started. :)

提交回复
热议问题