Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/crilleengvall/nsharpdate
- Owner: crilleengvall
- License: mit
- Created: 2012-02-21T20:22:20.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-04-30T08:49:31.000Z (almost 9 years ago)
- Last Synced: 2025-02-10T19:41:07.243Z (2 days ago)
- Topics: date, extension, nsdate, objective-c
- Language: Objective-C
- Homepage:
- Size: 61.5 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```