The new Date().toString(); method returns a string of the form yyyy-mm-dd like this ..
Month Date Year HR:MM:SS (IST)
Today Date is:
function() {
var a= new Date().toString();
return a;
}
function() {
var a= new Date().toString();
return a;
}