17.getMillisecondsBetween

Write a function named getMillisecondsBetween that receives 2 dates as parameters and returns the number of milliseconds between them.

Example 1

Input

date1

=

date2

=

Output

Explanation

There's 1 minute and 10 seconds between the two dates. This means a total of 70000 milliseconds.