How would you check time difference from two text-boxes in Javascript?
The time diff in milliseconds
firstDate.getTime() - secondDate.getTime()