[JS] Set Timezone

Set timezone javascript without using any plugins

const DATE = new Date().toLocaleString('en-US', {
  timeZone: 'Asia/Jakarta'
});
console.log(DATE); //debug
document.write(JSON.stringify(DATE)); //debug dynamically print

  1. compatible with ANY Javascript

Comments

Popular posts from this blog

Find Backlink From Google Dork

List of weapon buff materials, effects and how it can be durango wild lands

Install deb package via Termux