Ramblings

ULTRACOMFY's personal homepage.

User Tools

Site Tools


sidebar

This is an old revision of the document!


<script type=“text/javascript”>/*<![CDATA[*/ var timeDisplay = document.getElementById(“time”);

function refreshTime() {

var dateString = new Date().toLocaleString("en-US", {timeZone: "America/Sao_Paulo"});
var formattedString = dateString.replace(", ", " - ");
timeDisplay.innerHTML = formattedString;

}

setInterval(refreshTime, 1000); /*!]]>*/</script>

Hello!

Explore the Site

Templates

ToDo

sidebar.1703976983.txt.gz · Last modified: 2023/12/30 23:56 by ultracomfy

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki