iOS - Friendly NSDate format

前端 未结 9 2202
伪装坚强ぢ
伪装坚强ぢ 2021-02-04 13:31

I need to display the date of posts in my app to the user, right now I do it in this format: \"Fri, 25 May\". How would I format an NSDate to read something like \"2 hours ago\"

9条回答
  •  别跟我提以往
    2021-02-04 14:08

    I wanted a date format like Facebook does for their mobile apps so I whipped up this NSDate category - hope it is useful for someone (this kind of stuff should really be in a standard library!) :)

    https://github.com/nikilster/NSDate-Time-Ago

提交回复
热议问题