Skip to content

haithngn/SoluDate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SoluDate

Sonar Date to Lunar Date Converter

Features

  • Convert from Sonar date (Date) to Lunar date
  • Convert from Lunar date (Date) to Sonar date

Installation

  • Carthage

github "haithngn/SoluDate"

Requirements

  • iOS 8.0+
  • Xcode 8.0+

Usage

let date: Date? = SoluDateConverter.lunarDateFromSonarDate(Date())
print("Lunar Date \(date)")

Thanks

License

Licensed under the MIT license. See LICENSE for details.