Recruta_0 Posted October 2, 2003 Report Share Posted October 2, 2003 Ae macacada, procurei por tudo já...mas como sou muuuito do bisonho não encontrei. Como faço pra colocar data e hora flash...tipo...no site não é?.....help-meee !!! :blink: Quote Link to comment Share on other sites More sharing options...
0 prá lá de mahakesh Posted October 2, 2003 Report Share Posted October 2, 2003 tempo = new Date(); var dia = tempo.getDay() < 10 ? "0" + tempo.getDay() : tempo.getDay(); var mes = tempo.getMonth() + 1 < 10 ? "0" + tempo.getMonth() : tempo.getMonth(); var ano = tempo.getYear() + 1900; var datas = dia + "/" + mes + "/" + ano; var sec = tempo.getSeconds() < 10 ? "0" + tempo.getSeconds() : tempo.getSeconds(); var min = tempo.getMinutes() < 10 ? "0" + tempo.getMinutes() : tempo.getMinutes(); var hor = tempo.getHours() < 10 ? "0" + tempo.getHours() : tempo.getHours(); var horas = hor + ":" + min + ":" + sec; trace("Horas = " + horas + "\nData = " + datas); Quote Link to comment Share on other sites More sharing options...
0 Sued Posted October 2, 2003 Report Share Posted October 2, 2003 faltou o + 1 pra corrigir o "bug" do mes ;) Quote Link to comment Share on other sites More sharing options...
0 Guest - Recruta_0 - Posted October 4, 2003 Report Share Posted October 4, 2003 ow veio....me explica melhor como faço isso q tu viajando nesse treco Quote Link to comment Share on other sites More sharing options...
Question
Recruta_0
Ae macacada, procurei por tudo já...mas como sou muuuito do bisonho não encontrei. Como faço pra colocar data e hora flash...tipo...no site não é?.....help-meee !!! :blink:
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.