formatTime

abstract fun formatTime(date: Date?): String

Formats the given time as a String.

Return

The formatted time string.

Parameters

date

The Date object to format as a String.