@tremendous/help
    Preparing search index...

    Function useToday

    • Custom hook that returns the current date

      This hook listens for the focus event and updates the date when the window is focused.

      Returns Date

      • The current date object
      const dateToday = useToday();
      console.log(dateToday.toISOString()); // 2023-12-15T10:30:00.000Z