compareDates

fun compareDates(firstDate: Date, secondDate: Date): Int
fun compareDates(firstDateFormat: String = SDF_YYYY_MM_DD, firstDateString: String, secondDateFormat: String = SDF_YYYY_MM_DD, secondDateString: String): Int?