Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ein Counter mit Javascript implementieren #16

Open
LapinDETER opened this issue Sep 15, 2016 · 1 comment
Open

Ein Counter mit Javascript implementieren #16

LapinDETER opened this issue Sep 15, 2016 · 1 comment

Comments

@LapinDETER
Copy link
Contributor

LapinDETER commented Sep 15, 2016

Ein Counter lauft oben die Knopfe wenn sie gedruckt sind.

@LapinDETER LapinDETER modified the milestone: Grafische Teil Sep 15, 2016
@LapinDETER
Copy link
Contributor Author

<SCRIPT language=javascript> var ladate=new Date() document.write("Heure brute : "); document.write(ladate.getHours()+":"+ladate.getMinutes()+":"+ladate.getSeconds()) document.write("
"); var h=ladate.getHours(); if (h<10) {h = "0" + h} var m=ladate.getMinutes(); if (m<10) {m = "0" + m} var s=ladate.getSeconds(); if (s<10) {s = "0" + s} document.write("Heure formatée : "); document.write(h+":"+m+":"+s) </SCRIPT>

----> hier (http://www.toutjavascript.com/reference/reference.php?iref=110) gefunden

@LapinDETER LapinDETER changed the title Die Stunde mit Javascript implementieren Ein Counter mit Javascript implementieren Sep 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant