Skip to content

hyperoslo/NSString-HYPDate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NSString-HYPDate

CI Status Version License Platform

Usage

#import "NSString+HYPDate.h"

+ (NSString *)hyp_timeString;

+ (NSString *)hyp_dateString;

+ (NSString *)hyp_dateStringWithFormat:(NSString *)format;

- (NSString *)hyp_timeString;

- (NSString *)hyp_dateString;

- (NSString *)hyp_dateStringWithFormat:(NSString *)format;

- (NSString *)hyp_timeRangeStringToEndDateString:(NSString *)endDateString;

- (NSString *)hyp_dateRangeStringToEndDateString:(NSString *)endDateString;

- (NSString *)hyp_dateRangeStringToEndDateString:(NSString *)endDateString
                                      withFormat:(NSString *)format;

Installation

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

pod 'NSString-HYPDate'

Author

Hyper Interaktiv AS, teknologi@hyper.no

License

NSString-HYPDate is available under the MIT license. See the LICENSE file for more info.