Klávesové zkratky
Rozšířené hledání
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.
Nemůžete nalézt film nebo seriál? Přihlaste se pro jeho vytvoření.
Přihlásit se
Zaregistrovat se
Want to rate or add this item to a list?
Not a member?
Sign up and join the community
Odpověď od Travis Bell
10.10.2016 v 10:19 DOP.
Hi @MZ.RyuZaKi,
You can find the runtime on the main details method, from the
runtime
field.Odpověď od MZ.RyuZaKi
10.10.2016 v 10:58 DOP.
Thanks for answer :)
Odpověď od MZ.RyuZaKi
10.10.2016 v 7:58 ODP.
Other question, how convert to format H
s the value "runtime"?
Odpověď od Travis Bell
11.10.2016 v 9:51 DOP.
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.