Learn on my own
Firemonkey Delphi XE VCL FMX Programmig pascal tutorial
Beranda
Download
Minggu, 03 September 2023
Internet IP Address, Time (Javascript, JQuery)
Your IP Address from ipinfo :
Your IP Address from API ipify :
Your time from Timezone :
Your time from IP :
HTML
Javascript
Your IP Address from ipinfo :
Your IP Address from API ipify :
Your time from Timezone :
Your time from IP :
$.get("https://ipinfo.io", function(response) { $('#IP1').text(response.ip); }, "json") $.getJSON("https://api.ipify.org?format=json", function(data) { $("#IP2").html(data.ip); }) const tz = Intl.DateTimeFormat().resolvedOptions().timeZone; fetch("https://worldtimeapi.org/api/timezone/"+tz) .then(response => response.json()) .then(data => $('#Time1').text(data.datetime)); fetch("https://worldtimeapi.org/api/ip") .then(response => response.json()) .then(data => $('#Time2').text(data.datetime));
Silahkan share untuk menambah manfaat.
Semoga bermanfaat,
Postingan Lebih Baru
Postingan Lama
Beranda
Langganan:
Postingan (Atom)
Baru Tayang
Your browser does not support