7 numbers specify year, month, day, hour, minute, second, and millisecond (in that order): code example
Example: 7 numbers specify year, month, day, hour, minute, second, and millisecond (in that order):
var d = new Date(2018, 11, 24, 10, 33, 30, 0);