getUSWeek

open fun getUSWeek(time: String): String

Return the day of week in US.

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

Return

the day of week in US

Parameters

time

The formatted time string.

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

Return the day of week in US.

Return

the day of week in US

Parameters

time

The formatted time string.

format

The format.

open fun getUSWeek(date: Date): String

Return the day of week in US.

Return

the day of week in US

Parameters

date

The date.

open fun getUSWeek(millis: Long): String

Return the day of week in US.

Return

the day of week in US

Parameters

millis

The milliseconds.