Swift 5 中的日期格式
Posted
技术标签:
【中文标题】Swift 5 中的日期格式【英文标题】:Date Format in Swift 5 【发布时间】:2020-08-20 18:50:04 【问题描述】:当我向 api 发送 post 请求时,日期注册为 01-01-0001。我想我需要发送这样的格式 "2020-09-19T21:01:48.5558219+03:00" 我该怎么做?
【问题讨论】:
这能回答你的问题吗? How to create a date time stamp and format as ISO 8601, RFC 3339, UTC time zone? 【参考方案1】:看看ISO8601DateFormatter
对象。
【讨论】:
以上是关于Swift 5 中的日期格式的主要内容,如果未能解决你的问题,请参考以下文章