Skip to content

Instantly share code, notes, and snippets.

@selbekk
Created June 12, 2018 18:17
Show Gist options
  • Save selbekk/cbf709e9d0c07ecf66dc4aa222f1997d to your computer and use it in GitHub Desktop.
Save selbekk/cbf709e9d0c07ecf66dc4aa222f1997d to your computer and use it in GitHub Desktop.
Not even cool bruh
const myBirthday = new Date('1987-07-22');
const myPartnersBirthday = new Date('1988-06-08');
const together = myBirthday + myPartnersBirthday;
// "Wed Jul 22 1987 02:00:00 GMT+0200 (CEST)Wed Jun 08 1988 02:00:00 GMT+0200 (CEST)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment