Keyboard Shortcuts
Advanced Search
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.
ലോഗിൻ
അംഗമാക്കുക
Want to rate or add this item to a list?
Not a member?
Sign up and join the community
Reply by Travis Bell
on October 10, 2016 at 10:19 AM
Hi @MZ.RyuZaKi,
You can find the runtime on the main details method, from the
runtime
field.Reply by MZ.RyuZaKi
on October 10, 2016 at 10:58 AM
Thanks for answer :)
Reply by MZ.RyuZaKi
on October 10, 2016 at 7:58 PM
Other question, how convert to format H
s the value "runtime"?
Reply by Travis Bell
on October 11, 2016 at 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.