Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/crilleengvall/nsharpdate

a NSDate Category that adds convenient methods and properties.
https://github.com/crilleengvall/nsharpdate

date extension nsdate objective-c

Last synced: 1 day ago
JSON representation

a NSDate Category that adds convenient methods and properties.

Awesome Lists containing this project

README

        

NSharpDate
=========

NSharpDate is a category for the NSDate class that adds a few properties and methods.

Support this open source repo by using
[![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=ChristianEngvall&url=https://github.com/crilleengvall/NSharpDate&title=NsharpDate&language=&tags=github&category=software)

for more information and setup instructions go to http://crilleengvall.github.io/NSharpDate/

## How To Get Started

- [Download NSharpDate](https://github.com/crilleengvall/NSharpDate/zipball/master) and try out the example app
- Check out the [documentation](http://crilleengvall.github.io/NSharpDate/)

### Installation without CocoaPods
- [Download NSharpDate](https://github.com/crilleengvall/NSharpDate/zipball/master)
- Add NSDate+NSharpDate.h and NSDate+NSharpDate.m from the NSharpDate folder to your project.

### Installation with CocoaPods

[CocoaPods](http://cocoapods.org) is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries.

#### Podfile

```ruby
pod 'NSharpDate', '1.0.1'
```