Originalmente inviato da
dementialsite
In quel sito probabilmente sì, ma temo che quel box lì faccia parte di una cosa molto più ampia (tradotto: la struttura di tutto il sito) realizzata attraverso il server (PHP) e il database.
Stammi bene...
Uhm no...Ho messo solamente uno script trovato in rete, che è questo:
Codice:
<script type="text/javascript" language="JavaScript">
var update=new Date(document.lastModified);var theMonth= update.getMonth() +1; theDate=update.getDate(); theYear=update.getFullYear();document.write(" "+theDate+"."+theMonth+"."+theYear)
</script>