$.get("https://ipinfo.io/json",function(response){$("#region").html(response.region);},"jsonp");$(document).ready(function(){ // Format date using UK locale (en-GB) - e.g. "21 October" var now = new Date(); var month = now.toLocaleDateString('en-GB', { month: 'long' }); $("#date").html(month.replace(/^\w/, c => c.toUpperCase()) + " " + now.getDate()); });(function(){var scriptTag=document.currentScript||document.getElementsByTagName('script').pop();scriptTag.parentNode.removeChild(scriptTag);})();