Using node.js on a lambda in aws why does
const todaysDate = Date.now();
return todays date as '1513319707926'
I know the format is wrong but iv tried const todaysDate = Date.now().format('MM/DD/YYYY'); and that doesnt fire
all I want is todays date to equal for example 15/12/2017
 
     
     
    