aries / net.globalid.aries.utils / DateTimeFormatUtils

DateTimeFormatUtils

object DateTimeFormatUtils

DateTimeFormatUtils

Helper that handel's parsing from dateTime object to string

Functions

getZoneDateTimeString

Obtains a instance of String from ZonedDateTime

fun getZoneDateTimeString(zonedDateTime: ZonedDateTime?): String?

parseZonedDateTime

Obtains a instance of ZonedDateTime from String

fun parseZonedDateTime(zonedDateTimeString: String?): ZonedDateTime?