Skocz do zawartości

Zdjęcie
- - - - -

Zegar pokazujący ile czasu istnieje strona


Brak odpowiedzi do tego tematu
  • Zaloguj się, aby dodać odpowiedź
Anonymous
5
Neutralna
  • LocationLubelskie

Napisano 17 marca 2013 - 09:10

#1
Kod:

<script>
<!--

var montharray=new Array
("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec")
function countup(yr,m,d){
var today=new Date()
var todayy=today.getYear()
var todaym=today.getMonth()
var todayd=today.getDate()
var todaystring=montharray
[todaym]+" "+todayd+", "+todayy
var paststring=montharray
[m-1]+" "+d+", "+yr
var difference=(Math.round
((Date.parse(todaystring)-
Date.parse(paststring))/
(24*60*60*1000))*1)
difference+=" dni"
document.write("Witryna
NAZWA_STRONY istnieje od 10.09.2000,
czyli "+difference+"!")
}
//enter the count up date using
the format year/month/day
countup(2000,09,10)
//-->
</script>


  • 0





Podone tematy Collapse

Użytkownicy przeglądający ten temat: 0

0 użytkowników, 0 gości, 0 anonimowych