I want to calculate the difference between the current time and another date which I recuperate from another program. Unfortunalety, this second date is on ISO format ie. in something like that :
date2 = "2015-07-16T16:33:39.113Z"
I want to calculate the difference between this date2 and the current time and display the difference like that " 0h 53min 10s" for example. How can I do that in node.js please?