toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
utils
/
edu.stanford.spezi.core.utils
/
DateFormatter
Date
Formatter
class
DateFormatter
@
Inject
constructor
Members
Constructors
Date
Formatter
Link copied to clipboard
@
Inject
constructor
(
)
Functions
format
Link copied to clipboard
fun
<
T
:
TemporalAccessor
>
format
(
date
:
T
,
format
:
DateFormat
)
:
String
fun
format
(
date
:
Date
,
format
:
DateFormat
)
:
String
fun
format
(
instant
:
Instant
,
format
:
DateFormat
,
zoneId
:
ZoneId
)
:
String
format
Default
Zone
Id
Link copied to clipboard
fun
formatDefaultZoneId
(
instant
:
Instant
,
format
:
DateFormat
)
:
String
format
UTC
Link copied to clipboard
fun
formatUTC
(
instant
:
Instant
,
format
:
DateFormat
)
:
String