Custom hook that returns the current date
This hook listens for the focus event and updates the date when the window is focused.
const dateToday = useToday();console.log(dateToday.toISOString()); // 2023-12-15T10:30:00.000Z Copy
const dateToday = useToday();console.log(dateToday.toISOString()); // 2023-12-15T10:30:00.000Z
Custom hook that returns the current date
This hook listens for the focus event and updates the date when the window is focused.