السلام عليكم
عندي واجة كيف اجعلها متمددة
وهم اريد اضيف هذا الكود code تبع الوقت في التصميم ولكن ماعرف يعني اريد اضيفة فوق صورة او كذة
رمز Code:
<span class=&quot;date-time&quot;> <script language=&quot;javascript&quot; type=&quot;text/javascript&quot;> var currentTime = new Date() var weekday=new Array(&quot;الأحد&quot;,&quot;الإثنين&quot;,&quot; الثلاثاء&quot;,&quot;الأربعاء&quot;,&quot;الخميس&q uot;, &quot;الجمعة&quot;,&quot;السبت&quot var montharray=new Array(&quot;يناير&quot;,&quot;فبراير&quot;,&quot;م ارس&quot;,&quot;أبريل&quot;,&quot;مايو&quot;,&quot ;يونيو&quot;, &quot;يوليو&quot;,&quot;أغسطس&quot;,&quot;سبتمبر&q uot;,&quot;أكتوبر&quot;,&quot;نوفمبر&quot;,&quot;د يسمبر&quot var day = currentTime.getDate() var month = currentTime.getMonth() var year = currentTime.getFullYear() var hours = currentTime.getHours() var minutes = currentTime.getMinutes() var suffix = &quot;صباحاً&quot;; if (hours >= 12) { suffix = &quot;مساءً&quot;; //suffix = &quot;مساءاً&quot;; hours = hours - 12; } if (hours == 0) { hours = 12; } if (minutes < 10) minutes = &quot;0&quot; + minutes document.write(hours + &quot;:&quot; + minutes + &quot; &quot;+ suffix + &quot; | &quot; +weekday[currentTime.getDay()]+&quot; &quot;+ day + &quot; &quot; + montharray[month] + &quot; &quot; + year) </script> </span> </td></tr></table>









©المشاركات المنشورة تعبر عن وجهة نظر صاحبها فقط، ولا تُعبّر بأي شكل من الأشكال عن وجهة نظر إدارة المنتدى©