I have 2 dates in ISO string format. I mean 2024-07-25T00:58:00.000Z
and 2024-07-30T13:35:00.000Z
. I am trying to make them combine as 2024-07-25T13:35:00.000Z
. Is there a way to do this with a simple solution?
1
I have 2 dates in ISO string format. I mean 2024-07-25T00:58:00.000Z
and 2024-07-30T13:35:00.000Z
. I am trying to make them combine as 2024-07-25T13:35:00.000Z
. Is there a way to do this with a simple solution?
1