0

Hey guys I hope that you can help. I have a Date string formated like '10/02/22 21:59' Trying to find the time difference between NOW and some time in the future(string). Tried the code below, but the result is not accurate, some 234 days off when the time difference should be juts 5 hours... What am I doing wrong?

console.log( (Date.parse('10/02/22 20:59') - Date.now()) / (1000*3600*24) )

234.12668752314815

isherwood
  • 58,414
  • 16
  • 114
  • 157
Hristo
  • 1

0 Answers0