StreamDateFormatter

class StreamDateFormatter(src: String? = null, cacheEnabled: Boolean = false)

This class handles parse and format date in the standard way of Stream.

Constructors

Link copied to clipboard
constructor(src: String? = null, cacheEnabled: Boolean = false)

Functions

Link copied to clipboard
fun format(date: Date): String

Formats the Date in the standard way to Stream's API