კატეგორია/ სკრიპტები
კომენტარები/ 0
Code
<script type="text/javascript">
timeend= new Date();
// ()
timeend= new Date(timeend.getYear()>1900?(timeend.getYear()+1):(timeend.getYear()+1901),0,1);
function time() {
today = new Date();
today = Math.floor((timeend-today)/1000);
tsec=today%60; today=Math.floor(today/60); if(tsec<10)tsec=''+tsec;
tmin=today%60; today=Math.floor(today/60); if(tmin<10)tmin=''+tmin;
thour=today%24; today=Math.floor(today/24);
timestr=today +" დღე "+ thour+" "+tmin+" წუთი "+tsec+" წამი";
document.getElementById('t').innerHTML=timestr;
window.setTimeout("time()",1000);
}
</script>
<body onload="time()">
<p> <span id="t" style="font-size: 35px;color: white;font-weight: bold;text-shadow: 1px 1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, -1px -1px 0 #000000, 1px 0 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 0 -1px 0 #000000, 0 0 1px #000000;}"></span></p>
timeend= new Date();
// ()
timeend= new Date(timeend.getYear()>1900?(timeend.getYear()+1):(timeend.getYear()+1901),0,1);
function time() {
today = new Date();
today = Math.floor((timeend-today)/1000);
tsec=today%60; today=Math.floor(today/60); if(tsec<10)tsec=''+tsec;
tmin=today%60; today=Math.floor(today/60); if(tmin<10)tmin=''+tmin;
thour=today%24; today=Math.floor(today/24);
timestr=today +" დღე "+ thour+" "+tmin+" წუთი "+tsec+" წამი";
document.getElementById('t').innerHTML=timestr;
window.setTimeout("time()",1000);
}
</script>
<body onload="time()">
<p> <span id="t" style="font-size: 35px;color: white;font-weight: bold;text-shadow: 1px 1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, -1px -1px 0 #000000, 1px 0 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 0 -1px 0 #000000, 0 0 1px #000000;}"></span></p>
წარმოგიდგენთ
GELESON.AT.UA
დრო/ 19.09.2024 13:55
ნახვები/ 74