formatDate

fun formatDate(date: Date): String

Formats the given date according to the RFC 1123 pattern.

Return

An RFC 1123 formatted date string.

Parameters

date

The date to format.

See also

.PATTERN_RFC1123