e tbm quero algumas dicas para melhora meu site
bele
valeu
Posted 07/01/2004, 16:30
Posted 07/01/2004, 16:49
Posted 07/01/2004, 16:52
<script language="JavaScript">
<!--
var day_nme = new Array("Domingo", "Segunda", "Terça", "Quarta", "Quinta", "Sexta", "Sábado");
var now = new Date();
var nowDay = now.getDay();
var nowDate = now.getDate();
var nowMonth = now.getMonth() + 1;
var nowYear = now.getFullYear();
document.write(day_nme[nowDay] + ' - ' + nowDate + '/' + nowMonth + '/' + nowYear);
//-->
</script>Posted 07/01/2004, 19:20
0 membro(s), 1 visitante(s) e 0 membros anônimo(s)