rishi420 / swift-time-ago

Date formating like "x times ago" written in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

swift-time-ago

Date formating like "x times ago" written in Swift

This project is a reformatted swift version of NSDate-Time-Ago

Date Format

< 1 minute             =   "Just now"

< 1 hour                 = "x minutes ago"

Today                    = "x hours ago"

Yesterday              = "Yesterday"

< Last 7 days         = "x days ago"

< Last 30 days       = "x weeks ago"

< 1 year                 = "x month ago"

Anything else         = "x years ago"

About

Date formating like "x times ago" written in Swift

License:MIT License


Languages

Language:Swift 100.0%