isSameDay
Two days are considered to be the same if they have the same day.
Since
1.1.0
Two days are considered to be the same if they have the same day.
Example:
val date1 = Date()
val date2 = Date()
date1 isSameDay date2 // true
Content copied to clipboard
Since
1.1.0
Two days are considered to be the same if they have the same day.
Example:
val date1 = now()
val date2 = now()
date1 isSameDay date2 // true
Content copied to clipboard
Since
1.1.0