Ir para conteúdo

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

marcushey

Data de maneira =/= no SITE

Recommended Posts

Olá pessoal...Estou fazendo um website e gostaria de por a data... de um jeito que mude automaticamente os dias "é lógico hehe... :lol: " mas a data é de maneira diferente...uma data com letra Arial bem grande só com dia e Mês...igual em no proprio site do imasters.Obrigado: Marcus Vinícius.

Compartilhar este post


Link para o post
Compartilhar em outros sites

Seguinte,Tente isso:<font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#666666"> <span class="texto">::</span> <script language="JavaScript"> var d = new Date() var h = d.getHours() </script> <script language="JavaScript"> h = d.getHours()if (h ==1)document.write("Bom dia,")if (h ==2)document.write("Bom dia,")if (h ==3)document.write("Bom dia,")if (h ==4)document.write("Bom dia,")if (h ==5)document.write("Bom dia,")if ((h ==6) || (h ==7))document.write("Bom dia,")if ((h ==8) || (h ==9))document.write("Bom dia, ")if (h ==10)document.write("Bom dia,")if (h ==11)document.write("Bom dia,")if (h==12)document.write("Boa Tarde,")if (h ==13)document.write("Boa tarde,")if ((h==14) || (h==15) || (h==16))document.write("Boa tarde, ")if (h==17)document.write("Boa tarde, ")if (h==18)document.write("Boa noite, ")if (h==19)document.write("Boa noite,")if (h==20)document.write("Boa noite, ")if (h==21)document.write("Boa noite, ")if ((h==23) || (h==22))document.write("Boa noite,")if (h==0)document.write("Bom Dia,") </script> <script language="JavaScript"> <!--// iniciar// finalizar // --> </script> <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#666666"> <script language="javascript1.1"><!--now = new Date();day = new Object();month = new Object();day[0] = "Domingo";day[1] = "Segunda";day[2] = "Terça";day[3] = "Quarta";day[4] = "Quinta";day[5] = "Sexta";day[6] = "Sabado";month[0] = "Janeiro";month[1] = "Fevereiro";month[2] = "Março";month[3] = "Abril";month[4] = "Maio";month[5] = "Junho";month[6] = "Julho";month[7] = "Agosto";month[8] = "Setembro";month[9] = "Oututubo";month[10] = "Novembro";month[11] = "Dezembro";year = now.getYear();if (year < 1000) year += 1900;document.write(day[now.getDay()] + ", " + now.getDate() + " de " + month[now.getMonth()] + " de " + year);// --> </script> </font>[]sRodney

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.