Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.09 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.09 KB

MMQreki License MIT

MMQreki is a library to carry out the get of "Rokuyo"

Features

  • Conversion from the old lunar calendar to the Gregorian calendar
  • Conversion from Gregorian calendar to the old lunar calendar
  • Get Rokuyo

System requirements

  • iOS 6.0 or higher

Installation

CocoaPods

pod 'MMQreki', :git => 'https://github.com/masajene/MMQreki.git', :tag => '0.1'

Usage

Conversion from Gregorian calendar to the old lunar calendar

MMQreki *qreki = [[MMQreki alloc] init];
NSString *qrekiString = [qreki getNewToOldCalender:[NSDate date];

Get Rokuyo

MMQreki *qreki = [[MMQreki alloc] init];
NSString *qrekiString = [qreki getRokuyo:[NSDate date]];

License

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