SkillAgentSearch skills...

SwiftDateToZodiac

Swift Date to Zodiac sign converter

Install / Use

/learn @snake302/SwiftDateToZodiac
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SwiftDateToZodiac

Swift Date to Zodiac sign converter

How to use

  1. Import ZodiacSign.swift to your project
  2. Get zodiac property
<pre> let date = Date() print(date.zodiac) let sign = timePicker.date.zodiac print(sign) </pre>

Output will be like:

<pre> Aquarius </pre>

Also you can use .zodiac.name for string & .zodiac.sign for emoji

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated6mo ago
Forks3

Languages

Swift

Security Score

62/100

Audited on Sep 4, 2025

No findings