المدير العام المدير العام
عدد الرسائل : 1715 العمر : 34 العمل/الترفيه : العلم والمعرفة السٌّمعَة : 4 تاريخ التسجيل : 27/07/2008
بطاقة الشخصية الربابعة: 50
| موضوع: في اتجاه محور x الموجب. السبت مارس 07, 2009 6:30 pm | |
| |
document.write("" + day +myweekday ); document.write(month + ", " + year + ""); السبت, 7مارس , 2009 8:29:26 مساءا
function tick() { var hours, minutes, seconds, ap; var intHours, intMinutes, intSeconds; var today;
today = new Date();
intHours = today.getHours(); intMinutes = today.getMinutes(); intSeconds = today.getSeconds();
if (intHours == 0) { hours = "12:"; ap = "بعد متصف الليل"; } else if (intHours < 12) { hours = intHours+":"; ap = "صباحا"; } else if (intHours == 12) { hours = "12:"; ap = "ظهرا"; } else { intHours = intHours - 12 hours = intHours + ":"; ap = "مساءا"; }
if (intMinutes < 10) { minutes = "0"+intMinutes+":"; } else { minutes = intMinutes+":"; }
if (intSeconds < 10) { seconds = "0"+intSeconds+" "; } else { seconds = intSeconds+" "; }
timeString = hours+minutes+seconds+ap;
Clock.innerHTML = timeString;
window.setTimeout("tick();", 100); }
window.onload = tick;
/
_rid = 12855; _rd = "hazemsakeek.com"; _rs = 1; _rz = 0; _rfunction(_rid, _rd, _rs, _rz);
| | جميع الحقوق محفوظة لدى موقع الفيزياء التعليمي 2006-2001 All rights reserved to the physics education center 2001-2006 | |
| |
|