getZodiac

open fun getZodiac(time: String): String

Return the zodiac.

The pattern is {@code yyyy-MM-dd HH:mm:ss}.

Return

the zodiac

Parameters

time

The formatted time string.

open fun getZodiac(time: String, format: DateFormat): String

Return the zodiac.

Return

the zodiac

Parameters

time

The formatted time string.

format

The format.

open fun getZodiac(date: Date): String

Return the zodiac.

Return

the zodiac

Parameters

date

The date.

open fun getZodiac(millis: Long): String

Return the zodiac.

Return

the zodiac

Parameters

millis

The milliseconds.

open fun getZodiac(month: Int, day: Int): String

Return the zodiac.

Return

the zodiac

Parameters

month

The month.

day

The day.