Keyboard Shortcuts
Avansert søk
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.
Can't find a movie or TV show? Login to create it.
Logg inn
Registrer deg
Vil du vurdere eller legge til dette elementet i en liste?
Ikke et medlem?
Registrer deg og delta i fellesskapet
Svar av Travis Bell
den 10 Oktober 2016 kl. 10:19 AM
Hi @MZ.RyuZaKi,
You can find the runtime on the main details method, from the
runtime
field.Svar av MZ.RyuZaKi
den 10 Oktober 2016 kl. 10:58 AM
Thanks for answer :)
Svar av MZ.RyuZaKi
den 10 Oktober 2016 kl. 7:58 PM
Other question, how convert to format H
s the value "runtime"?
Svar av Travis Bell
den 11 Oktober 2016 kl. 9:51 AM
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.