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

    Function groupByDay

    • Given an array of Date objects, group them by day. Each item in the returned array will itself be an array containing Date objects that share the same day, in ascending time value.

      Parameters

      • dates: unknown[]

      Returns Date[][]

      use group-by-date() instead.