0 Üye ve 1 Ziyaretçi konuyu incelemekte.
// create Sanalpusula.nettoday_date = new Date();var monthname = new Array();monthname[0] = "Ocak";monthname[1] = "Şubat";monthname[2] = "Mart";monthname[3] = "Nisan";monthname[4] = "Mayıs";monthname[5] = "Haziran";monthname[6] = "Temmuz";monthname[7] = "Ağustos";monthname[8] = "Eylül";monthname[9] = "Ekim";monthname[10] = "Kasım";monthname[11] = "Aralık";mon = monthname[today_date.getMonth()];d = today_date.getDate();y = today_date.getFullYear();h = today_date.getHours();min = today_date.getMinutes();s = today_date.getSeconds();if (h<10) {h="0"+h;};if (s<10) {s="0"+s;};if (min<10) {min="0"+min;}Edit1 = h + ":" + min + ":" + s;Edit2 = d + " " + mon + " " + y;