var MS_PER_MINUTE = 60000; var result = new Date(originalDate.valueOf() - durationInMinutes * MS_PER_MINUTE);