键盘快捷键
高级搜索
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 的回复
于 2016 年 10 月 10 日 10:19上午
Hi @MZ.RyuZaKi,
You can find the runtime on the main details method, from the
runtime
field.MZ.RyuZaKi 的回复
于 2016 年 10 月 10 日 10:58上午
Thanks for answer :)
MZ.RyuZaKi 的回复
于 2016 年 10 月 10 日 7:58下午
Other question, how convert to format H
s the value "runtime"?
Travis Bell 的回复
于 2016 年 10 月 11 日 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.