Skip to content

[1.2.0] Add daysTillNewMoon property

Compare
Choose a tag to compare
@mannylopez mannylopez released this 30 May 00:03
· 95 commits to main since this release
4f57a87

Adds a new property, daysTillNewMoon, to the TinyMoon API.

Usage

let moon = TinyMoon().calculateMoonPhase(Date())
print(moon.daysTillNewMoon) // prints number of days till new moon

Will return 0 if the date given is a new moon