Go to repository
Internal

Function dateEquals

Answer if two Dates are equal. Two Date are equal when they both have the exact time.

Parameters

  • a: Date

    The first Date

  • b: Date

    The second Date

Returns boolean

true if both Date are equal, false otherwise.