class DateConverter
DateConverter()
fun dateToTimestamp(date: Date?): Long?
fun fromTimestamp(value: Long?): Date?