@resee-movies/utilities - v0.8.0
    Preparing search index...

    Function areSameDay

    • Compares the date, month, and year values of two Date objects to check if they describe the same day.

      Parameters

      • dateA: undefined | null | Date
      • dateB: undefined | null | Date

      Returns undefined | null | boolean

      use areDatesEqual() instead.