You are reading a single comment by @SergeP and its replies. Click here to read the full conversation.
  • One more example:

    (new Date('1906-12-31')).getTime()
    =-1988236800000
    (new Date('1907-01-01')).getTime()
    =-1861920000000
    (new Date('1910-12-31')).getTime()
    =-1862006400000

About

Avatar for SergeP @SergeP started