How to specify DateFormatter in JSONDecoder when decoding Data

前端 未结 0 519
故里飘歌
故里飘歌 2020-11-22 07:41

I have code to decode Data to an array of Date object:

let decoded = try JSONDecoder().decode([Date].self, from: data)

How can I

相关标签:
回答
  • 消灭零回复
提交回复
热议问题