79680708

Date: 2025-06-26 14:50:30
Score: 0.5
Natty:
Report link

The accepted answer doesn't account for AM/PM time strings. For this, ensure the HH in the format string are capitalized which denotes an hour range between 0 and 23.

const d = dayjs(dd).add(1, "day").format("YYYY-MM-DDTHH:mm")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Keegan Teetaert