DateConverter

class DateConverter

Functions

fromDate
Link copied to clipboard
fun fromDate(date: Date?): Long?
toDate
Link copied to clipboard
fun toDate(dateLong: Long?): Date?