==> Last update : 2014/06/25
==> Last update : 2014/06/25 12:01
==> Last update : 2014-06-25
==> Last update : 2014-06-25 12:24
*/
if (!dlm) dlm='/';
/* document.write("
"); */
y = (new Date(document.lastModified)).getYear();
t = (new Date(document.lastModified)).getMonth() + 1;
d = (new Date(document.lastModified)).getDate();
h = (new Date(document.lastModified)).getHours();
m = (new Date(document.lastModified)).getMinutes();
s = (new Date(document.lastModified)).getSeconds();
if (y < 1900) y = 1900 + y; // ffox/chrome/safari/opera requires
if(t < 10) t = "0" + t;
if(d < 10) d = "0" + d;
if(h < 10) h = "0" + h;
if(m < 10) m = "0" + m;
if(s < 10) s = "0" + s;
document.write("Last update : ");
if (p=='time') {document.write(y,dlm,t,dlm,d," ",h,":",m);}
else {document.write(y,dlm,t,dlm,d);}
/* if (p=='time') {document.write(y,"/",t,"/",d," ",h,":",m);}
else {document.write(y,"/",t,"/",d);}
*/
}
// -->