getChineseWeek

open fun getChineseWeek(time: String): String

Return the day of week in Chinese.

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

Return

the day of week in Chinese

Parameters

time

The formatted time string.

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

Return the day of week in Chinese.

Return

the day of week in Chinese

Parameters

time

The formatted time string.

format

The format.

open fun getChineseWeek(date: Date): String

Return the day of week in Chinese.

Return

the day of week in Chinese

Parameters

date

The date.

open fun getChineseWeek(millis: Long): String

Return the day of week in Chinese.

Return

the day of week in Chinese

Parameters

millis

The milliseconds.