• Web sitemizin içeriğine ve tüm hizmetlerimize erişim sağlamak için Web sitemize kayıt olmalı ya da giriş yapmalısınız. Web sitemize üye olmak tamamen ücretsizdir.
  • Sohbetokey.com ile canlı okey oynamaya ne dersin? Hem sohbet et, hem mobil okey oyna!
  • Soru mu? Sorun mu? ''Bir Sorum Var?'' sistemimiz aktiftir. Paylaşın beraber çözüm üretelim.

Başlık Cubuğunda Tarih

Üyelik Tarihi
7 Ocak 2015
Konular
4,091
Mesajlar
4,274
MFC Puanı
40
Kod:
<script language="JavaScript1.2">
<!--hide

//date in title by Randall Smith copyright 1999
//Permission given to Dynamicdrive.com to feature it in it's DHTML archive
//Script modified by Dynamicdrive.com to make it cross browser friendly. Visit Dynamicdrive.com for more DHTML scripts
//please visit me on the web at http://members.xoom.com/u4rstunzd/
//when it gets to the year 2000 you'll need to change the 19 to 20 if not when it's the year 2000
//it will show the year as 1900 to change it see where it says 19"+Year+" just change the 19 to 20
//and to change the title:where it says Welcome todays date is: just put you own text in if you would like to--
var isnMonth = new
Array("Ocak","Şubat","Mart","Nisan","Mayıs","Hazir an","Temmuz","Ağustos","Eylül","Ekim","Kasım","Ara lık");
var isnDay = new
Array("Pazar","Pazartesi","Salı","Çarşamba","Perşe mbe","Cuma","Cumartesi","Pazar");
today = new Date () ;
Year=today.getYear();
if (Year < 1000)
Year+=1900
Date=today.getDate();
if (********.all)
********.title="Hoşgeldiniz. Bugün: "+Date+" "+isnMonth[today.getMonth()]+" , "+Year+" , "+isnDay[today.getDay()]+""
//--hide-->
 
Üst