Hi!

For me it works if i do like this:

function displayDate(){
var date = new Date();
$("#dateandtime").text(""+date);
}

hope it helps

/Jonas

Reply via email to