Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 619 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 619 Bytes

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.