hasSameDate

open fun hasSameDate(millisFirst: Long, millisSecond: Long): Boolean

Checks if two dates are of the same day.

Return

Whether {@param millisFirst} and {@param millisSecond} are off the same day.

Parameters

millisFirst

The time in milliseconds of the first date.

millisSecond

The time in milliseconds of the second date.