greengiant83
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2012
09:23 AM
How to get current time or unique id
How can I get a unique string to use to bypass caching. Is there a way to get the current time on the Roku?
1 REPLY 1


Roku Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2012
09:48 AM
Re: How to get current time or unique id
http://sdkdocs.roku.com/display/RokuSDKv43/ifDateTime
dt = CreateObject("roDateTime")
cachebuster = dt.AsSeconds().ToStr()