Pushwoosh Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Pushwoosh Android SDK
pushwoosh-inbox-ui
/
com.pushwoosh.inbox.ui.model.customizing.formatter
/
DefaultDateFormatter
Default
Date
Formatter
class
DefaultDateFormatter
(
dateFormat
:
DateFormat
=
SimpleDateFormat(DEFAULT_DATE_FORMAT, Locale.getDefault())
)
:
InboxDateFormatter
Members
Constructors
Default
Date
Formatter
Link copied to clipboard
constructor
(
dateFormat
:
DateFormat
=
SimpleDateFormat(DEFAULT_DATE_FORMAT, Locale.getDefault())
)
Functions
transform
Link copied to clipboard
open
override
fun
transform
(
input
:
Date
)
:
String