@@idbrahim خصك تحط seconds و تقوليه فينما تكتب راقم ويكون بوحدو حط حداه صفر
@alaaeddinealadin22214 жыл бұрын
We can fix it like this :)) let hour = now.getHours() < 10 ? `0${now.getHours()}` : now.getHours(); let minute = now.getMinutes() < 10 ? `0${now.getMinutes()}` : now.getMinutes(); let second = now.getSeconds() < 10 ? `0${now.getSeconds()}` : now.getSeconds();
@Youssef-lv6wp4 жыл бұрын
@@alaaeddinealadin2221 oui khoya ghadi ykhdem bl if condition ghadi ygolih ila kan ra9em asghar mn 10 y7t "0" 7da hours wla kant seconds nefs chiy2 o minutes
@Youssef-lv6wp4 жыл бұрын
وراك كطلع غير تايم لي عندك فالبيسي ماشي تايم لي كيكون مريجل على GMT اولا شي بلاد .. الله المستعان
@idbrahim4 жыл бұрын
Mamfhoumch chno bghiti tgol
@Youssef-lv6wp4 жыл бұрын
@@idbrahim خصك تصوب الوقت باش اي واحد دخل لصفحة لي غادي تبرمج ويلقا التوقيت ديال اما GMT ولا CLT و لا Ksa .. اولا Api يبقا يطلع ليه الوقت حسب Ip address ديال الدولة لي كاين فيها هو .. اما ديك ميطود ساهلة تجيبها حيت هي اصلا مدمجة فاللغة تقدر تبقى مدعومة تقدر تلغى ف Ecmascript
@myownaccount85614 жыл бұрын
Sadi9i there is no such thing to get timezone in js unless you use some specific libraries, js is a client side programming language for the web (not talking about node js) so it's compiled and run in the client laptop by the browser's engine, thus it gets your machind time and not your local one ;)