im struggelting to get the right output from 2 dates.
var destinationTime = moment("2019-05-07T16:59:00");
moment.utc(moment(destinationTime, "DD/MM/YYYY HH:mm:ss").diff(moment(moment(), "DD/MM/YYYY HH:mm:ss"))).format("HH:mm:ss")
And im want to get the output only in HOURS, so its only works for a dates at the same day.
if the destinationTime is in for example 7 May, its ignore the day getting worng output : "03:11:22"
expected behavior return me the time between two dates by hours "216:11:22" <-- hours and minutes and seconds