I have a set of numbers that correspond to the following dates in javascript.
1499040000 -> 07/03/17
1498780800 -> 06/30/17
1498694400 -> 06/29/17
1498608000 -> 06/28/17
I am trying to figure out what kind of javascript function can correspond the number to the date.