format

abstract fun format(date: KalugaDate): String

Formats a given KalugaDate to a String using the format described by this KalugaDateFormatter.

Return

The formatted KalugaDate as a String

Parameters

date

The KalugaDate to format.