object DateTimeFormatUtils
DateTimeFormatUtils
Helper that handel's parsing from dateTime object to string
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? |