masajene / MMQreki

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Objective-C 96.4%Language:Ruby 3.6%