ezyVet Javascript Helper Library Documentation
    Preparing search index...

    Function isSameDay

    • Parameters

      • firstDate: Date

        The first date to check.

      • secondDate: Date

        The second date to check.

      Returns boolean

      If the dates are the same.

      Returns true if the given dates are on the same day, month and year. Returns false otherwise.