node.js - getting date in nodejs -


here iam uploading excel file(xslx format) using nodejs.in iam passing dates dd-mm-yy .after uploading response has showing different date means in milliseconds think so.then how our date value xlsx excel using nodejs

thanks.

node.js javascript environment. that, if have milliseconds, can do

var mydate = new date(1452188743178); console.log(mydate); // thu jan 07 2016 18:45:43 gmt+0100 

mydate standard javascript date object.


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -