Reputation: 183
I need to get real-time information about Date and Time for my application. FYI, i develop an app for a TV, so there's no reliable local-machine time like we got from new Date(). I use javascript for the development.
My plan is to get the time from a server. But I don't have a server for this project, so I can't set any server-side scripting to handle this. All i need is a free web service that provide Date and Time info. Any references?
Thanks.. :)
Upvotes: 7
Views: 8775
Reputation: 4431
I think this would be helpful for you: http://time.gov/aboutB.html
Upvotes: 2
Reputation: 2481
take a look at http://www.timeapi.org/utc/now a simple ajax call to it should return the current time.
Upvotes: 12