ryoakg
5/16/2016 - 2:29 PM

24h-later.js

[new Date(),                    // now
 new Date((new Date()).getTime() + (24*60*60*1000)) // 24h later
];