KisniWenRu = new Date(document.lastModified); var bulan = new Array("01","02","03","04","05","06","07","08","09","10","11","12"); document.write("Last Upadate : " + ((KisniWenRu.getDate()<10) ? "0" : "") + KisniWenRu.getDate() + "-" + bulan[KisniWenRu.getMonth()] + "-" + KisniWenRu.getFullYear());