Hi there,
I've got a script for "page last updated".. but I need to change the date format to British format.. can anyone help??
thanx
<SCRIPT LANGUAGE="JavaScript">
var m = "Page last updated " + document.lastModified;
var p = m.length-8;
document.writeln("<left>"
document.write(m.substring(p, 0));
document.writeln("</left>"
</SCRIPT>
I've got a script for "page last updated".. but I need to change the date format to British format.. can anyone help??
thanx
<SCRIPT LANGUAGE="JavaScript">
var m = "Page last updated " + document.lastModified;
var p = m.length-8;
document.writeln("<left>"
document.write(m.substring(p, 0));
document.writeln("</left>"
</SCRIPT>