lock_4815162342
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2014
10:28 AM
How to check what time it is?
I have live streams that are scheduled for certain times I would like the poster screen to vary depending on when the stream is live.
How do I get the current time?
If the roku does not have a system time, can I check some time keeper server?
How do I get the current time?
If the roku does not have a system time, can I check some time keeper server?
2 REPLIES 2

gonzotek
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2014
10:31 AM
Re: How to check what time it is?
http://sdkdocs.roku.com/display/sdkdoc/roDateTime
More methods detailed here:
http://sdkdocs.roku.com/display/sdkdoc/ifDateTime
date = CreateObject("roDateTime")
print "The date is now "; date.AsDateString("long-date")
More methods detailed here:
http://sdkdocs.roku.com/display/sdkdoc/ifDateTime
Remoku.tv - A free web app for Roku Remote Control!
Want to control your Roku from nearly any phone, computer or tablet? Get started at http://help.remoku.tv
by Apps4TV - Applications for television and beyond: http://www.apps4tv.com
Want to control your Roku from nearly any phone, computer or tablet? Get started at http://help.remoku.tv
by Apps4TV - Applications for television and beyond: http://www.apps4tv.com
lock_4815162342
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2014
06:33 AM
Re: How to check what time it is?
thank you very much 😄