Returns the end day date of the given date
Optional
the date to inspect
the end day date of the given date
getEndOfDay(new Date(2023, 8, 30, 12, 12, 12)); // Date(2023, 8, 30, 23, 59, 59) Copy
getEndOfDay(new Date(2023, 8, 30, 12, 12, 12)); // Date(2023, 8, 30, 23, 59, 59)
Returns the end day date of the given date