I think the task is very primitive. But I can’t handle it.
I work online (Excel app).
I have cells with time data (dd.mm.yyyy)
Task "I need to find out the time difference between the current date and the time value in the cell)
enter image description here
I want to use the current time (const start = Date.now()) and the time in the cell (on the selected sheet)
2
Answers
The Error in Your Code : In "01.07.2023" , Date( ) is Treating input as MM-DD-YYYY ;