I want output like below Wed May 17 2017 15:13:02 without GMT+0530 (IST. Below is my code , I am trying to split but Not getting the output.
Your help will be appreciated. Thanks
var d = new Date();
var res = d.split("",5); document.getElementById("dateshow").innerHTML = res;