function demo(){
var myDate = new Date();
var str = myDate.toLocaleString( );
return str;
}