I am have receiving date from nodejs db controller function in ISOString : 2015-08-10T09:49:48.000Z
This is an ISOString not a DateString,
I want to convert it into this format "yyyy-mm-dd hh-mm-ss"
how can i do it in javascript? all the results are showing for DateString..