getTime is a handy service for building AJAX applications and learning how to work with XML and web services. When called, getTime returns the current time on...
This doesnt seem to be working correctly for me - I tried the demo link: http://developer.yahooapis.com/TimeService/V1/getTime?appid=YahooDemo and get this: ...
Hi Andrew, The reason for that is that the getTime service returns a UNIX timestamp which is the seconds since 1970 (10 digits) and JavaScript works with...
Hi! I'm playing around web services applications and I'm trying to use getTime web service. Well, I set up my appID, if I use it from URL box, its works fine. ...