Skip to content

rad182/FBMessengerTimeAgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FBMessengerTimeAgo

Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

  • Swift 4.x
  • iOS 8.0+

Installation

FBMessengerTimeAgo is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "FBMessengerTimeAgo"

Date Formats

Same day = "8:00 pm" // date time
<= 6 days = "Fri" // day
> 7 days and same year = "Oct 14" // month and day
> 1 year = "10/14/2015" // short date

Usage

Import module

import FBMessengerTimeAgo

Call formattedTimeAgo() where date is a past date from now

date.formattedTimeAgo()

Communication

  • If you found a bug, open an issue.
  • If you have a feature request, open an issue.
  • If you want to contribute, submit a pull request.

License

FBMessengerTimeAgo is available under the MIT license. See the LICENSE file for more info.

About

Facebook Messenger time ago style format

Resources

License

Stars

Watchers

Forks

Packages

No packages published