Skip to content

masajene/MMQreki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

Resources

License

Stars

Watchers

Forks

Packages

No packages published