Closed pawelad closed 6 years ago
Fixed minor typo visible here
NOTE: months in a JavaScript Date object are zero-indexed. Meaning, new Date(2015, 3, 20) is 20 April, 2016.
The year is different - It should be Date(2016, 3, 20) (or is 20 April, 2015.) instead.
Date(2016, 3, 20)
is 20 April, 2015.
Fixed minor typo visible here
The year is different - It should be
Date(2016, 3, 20)
(oris 20 April, 2015.
) instead.