var x = document.lastModified;
document.writeln("<center>"); 
document.writeln("أخر تحديث للصفحة يوم "); 
document.write(x.substring(3,6));
document.write(x.substring(0,3));
document.write(x.substring(6,10));
document.writeln("</center>"); 
