DateConverter

Converts non-primitive types to primitive types that Room can store Using this could be circumvented but YOLO

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun stringToDate(date: Date?): String?
fun stringToDate(date: String?): Date?