If it is currently May 19, 2021, how can I obtain the string 2021-05-19T23:59:00.000Z?
I attempted using moment().format() but it just provides the current datetime string.
I specifically require the time in the formatString to display as 23:59, resulting in the full string being 2021-05-19T23:59:00.000Z
Any suggestions on how to accomplish this?