/JSDateFormatter

JSDateFormatter is an easy extension to NSDate which allows the user to render NSDates as human readable strings

Primary LanguageObjective-CMIT LicenseMIT

JSDateFormatter

[![CI Status](http://img.shields.io/travis/Jessie Serrino/JSDateFormatter.svg?style=flat)](https://travis-ci.org/Jessie Serrino/JSDateFormatter) Version License Platform

Usage

To use, import <JSDateFormatter/JSDateFormatter.h>. You can then use the method + (NSString *) formattedTimeStringWithDate: (NSDate *) date or + (NSString *) formattedDateStringWithDate: (NSDate *) date.

Installation

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

pod "JSDateFormatter"

Author

Jessie Serrino, Jserrino@onjack.com

License

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