Convert milliseconds to NSDate

前端 未结 3 769
慢半拍i
慢半拍i 2020-11-28 14:58

I have this \"1273636800000\" and I want to convert it to this format \"Wed Mar 03 2010 00:00:00 GMT-0500 (EST)\"

I need to convert this milliseconds to NSDate forma

3条回答
  •  一向
    一向 (楼主)
    2020-11-28 15:10

    Divide by 1000 to get millis in seconds, that's what you want.

提交回复
热议问题