kodbanks
Would you like to react to this message? Create an account in a few clicks or log in to continue.
kodbanks

html kodlar

Hobi67
Saat ve tarih kodu Hobi-67-2
Arama
 
 

Sonuç :
 


Rechercher çıkıntı araştırma

En son konular
» Takvim kodu
Saat ve tarih kodu EmptyÇarş. Ocak 15, 2014 6:10 pm tarafından Admin

» Hangi sayfadasın kodu
Saat ve tarih kodu EmptyPtsi Nis. 23, 2012 3:32 pm tarafından Admin

» Resim yanına yazı yaz kodu
Saat ve tarih kodu EmptyPtsi Nis. 23, 2012 3:28 pm tarafından Admin

» Manşet Kodu
Saat ve tarih kodu EmptyPtsi Nis. 23, 2012 3:25 pm tarafından Admin

» Canlı maç sonuçları bantı
Saat ve tarih kodu EmptyPtsi Nis. 23, 2012 3:22 pm tarafından Admin

» Css mavi üst yatay menü
Saat ve tarih kodu EmptyÇarş. Ocak 26, 2011 3:59 pm tarafından Admin

» bedava-sitem.com
Saat ve tarih kodu EmptyPtsi Ocak 24, 2011 9:32 pm tarafından Admin

» Tablo resim albümü kodu
Saat ve tarih kodu EmptyPaz Ocak 23, 2011 2:30 pm tarafından Admin

» Tıkla mesaj kutusu çıksın
Saat ve tarih kodu EmptyPaz Ocak 23, 2011 10:48 am tarafından Admin

Sosyal yer imi
Sosyal yer imi reddit      

Sosyal bookmarking sitesinde kodbanks1 adresi saklayın ve paylaşın

Sosyal bookmarking sitesinde kodbanks adresi saklayın ve paylaşın


Bağlı değilsiniz. Bağlanın ya da kayıt olun

Saat ve tarih kodu

Aşağa gitmek  Mesaj [1 sayfadaki 1 sayfası]

1Saat ve tarih kodu Empty Saat ve tarih kodu C.tesi Ocak 22, 2011 3:02 pm

Admin


Admin

Saat ve tarih kodu bir arada
Kod:
 
<!--Kodbanks saat tarih kodu basla--> <!-- ONE STEP TO INSTALL DATE & TIME STAMP:

  1.  Paste the coding into the BODY of your HTML document  -->

<!-- STEP ONE: Copy this code into the BODY of your HTML document  -->

<BODY>

<CENTER>
<SCRIPT LANGUAGE="JavaScript">

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
Stamp = new Date();
year = Stamp.getYear();
if (year < 2000) year = 1900 + year;
document.write('<font size="2" face="Arial"><B>' + (Stamp.getMonth() + 1) +"/"+Stamp.getDate()+ "/"+ year + '</B></font><BR>');
var Hours;
var Mins;
var Time;
Hours = Stamp.getHours();
if (Hours >= 12) {
Time = " P.M.";
}
else {
Time = " A.M.";
}
if (Hours > 12) {
Hours -= 12;
}
if (Hours == 0) {
Hours = 12;
}
Mins = Stamp.getMinutes();
if (Mins < 10) {
Mins = "0" + Mins;
}   
document.write('<font size="2" face="Arial"><B>' + Hours + ":" + Mins + Time + '</B></font>');
// End -->
</SCRIPT>
</CENTER>

<!-- Script Size:  0.97 KB  -->
<!--Kodbanks saat tarih kodu bitir-->

https://kodbanks.yetkin-forum.com

Sayfa başına dön  Mesaj [1 sayfadaki 1 sayfası]

Bu forumun müsaadesi var:
Bu forumdaki mesajlara cevap veremezsiniz