@mindfulness/utils
    Preparing search index...

    Function getHours

    • Parameters

      • date: string | number | Date

        The given date

      • Optionaloptions: GetHoursOptions

        An object with options

      Returns number

      The hours

      getHours

      Get the hours of the given date.

      // Get the hours of 29 February 2012 11:45:00:
      const result = getHours(new Date(2012, 1, 29, 11, 45))
      //=> 11