g) APIs
Posted on September 3, 2014
0 Comments
The below code will illustrate how to convert date string to date object using some specific format . In this sample we have been using an open source Plugin , which has this getDateFromFormat() function.
Posted on June 10, 2014
0 Comments
There are several APIs out there that maintain a database of IPs vs Geographic location. They all let you make an AJAX query with the IP as an argument or call some APIs and get the location information. Here is the list: a) freegeoip.net Free for 10,000 queries per hour. b) http://ipinfodb.com/ip_location_api_json.php No limit, but […]