اختصارات لوحة المفاتيح
البحث المتقدم
Can something help me...?!
Hi @MZ.RyuZaKi,
You can find the runtime on the main details method, from the runtime field.
runtime
Thanks for answer :)
Other question, how convert to format Hs the value "runtime"?
The language you're using might have some date/time helpers for that. If not, you'll have to do the calculation by hand. Here's an example in Python. Here's another example in Ruby.
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
تسجيل الدخول
التسجيل
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
سجل و انضم الى المجتمع
رد بواسطة Travis Bell
بتاريخ أكتوبر 10, 2016 في 10:19 صباحا
Hi @MZ.RyuZaKi,
You can find the runtime on the main details method, from the
runtime
field.رد بواسطة MZ.RyuZaKi
بتاريخ أكتوبر 10, 2016 في 10:58 صباحا
Thanks for answer :)
رد بواسطة MZ.RyuZaKi
بتاريخ أكتوبر 10, 2016 في 7:58 مساءا
Other question, how convert to format H
s the value "runtime"?
رد بواسطة Travis Bell
بتاريخ أكتوبر 11, 2016 في 9:51 صباحا
The language you're using might have some date/time helpers for that. If not, you'll have to do the calculation by hand. Here's an example in Python. Here's another example in Ruby.