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: about 1 year 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 (over 14 years ago)
- Default Branch: master
- Last Pushed: 2016-04-30T08:49:31.000Z (about 10 years ago)
- Last Synced: 2025-04-05T20:36:19.951Z (about 1 year ago)
- Topics: date, extension, nsdate, objective-c
- Language: Objective-C
- Homepage:
- Size: 61.5 KB
- Stars: 4
- Watchers: 2
- 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
[](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'
```