Technology used: Nodejs, mongo DB, AWS server.
I've been trying to achieve this since morning but no success by following some of the references from here and there like link1, link2, link3 and this one
var sDate = "2016-02-16T09:22:25.881Z";
var sourceDate = new Date(sDate);
alert(sourceDate);
in the case of basic js this snippet works as I want but in the case of node js this is not converted and returns the value as it is. Please help me with this.