Skip to content

Instantly share code, notes, and snippets.

@yus-ham
Created December 31, 2015 11:39
Show Gist options
  • Save yus-ham/f4a0661e1b63c3553066 to your computer and use it in GitHub Desktop.
Save yus-ham/f4a0661e1b63c3553066 to your computer and use it in GitHub Desktop.
<script>
d=new Date()
tahun=d.getFullYear()
bulan=d.getMonth()
lokasi=682 // bogor
location="http://simbi.kemenag.go.id/sihat/site/get_sholat?tahun="+ tahun +"&bulan="+ (bulan+1) +"&lokasi="+ lokasi +"&h=0&type=html"
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment