It seems that on some servers there is a bit of javascript causing a problem.

Try editing your templates/default/header.tpl file. Line 35 of that file looks like this:

var today = {$today};

Try changing that, to this:

var today = '{$today}';