Atajos de teclado
Búsqueda avanzada
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.
¿No encuentras una película o serie? Inicia sesión para crearla:
Iniciar sesión
Regístrate
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Regístrate y únete a la comunidad
Contestado por Travis Bell
el 10 de octubre de 2016 a las 10:19
Hi @MZ.RyuZaKi,
You can find the runtime on the main details method, from the
runtime
field.Contestado por MZ.RyuZaKi
el 10 de octubre de 2016 a las 10:58
Thanks for answer :)
Contestado por MZ.RyuZaKi
el 10 de octubre de 2016 a las 19:58
Other question, how convert to format H
s the value "runtime"?
Contestado por Travis Bell
el 11 de octubre de 2016 a las 09: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.