Zdobądź minuty między dwiema datami TS

var minutes = Math.abs(startDate.getTime() - endDate.getTime()) / 36e5 * 60;
Watcher O_O