DefaultDateFormatter

class DefaultDateFormatter(dateFormat: DateFormat = SimpleDateFormat(DEFAULT_DATE_FORMAT, Locale.getDefault())) : InboxDateFormatter

Constructors

Link copied to clipboard
constructor(dateFormat: DateFormat = SimpleDateFormat(DEFAULT_DATE_FORMAT, Locale.getDefault()))

Functions

Link copied to clipboard
open override fun transform(input: Date): String