Ramblings

ULTRACOMFY's personal homepage.

User Tools

Site Tools


sidebar

This is an old revision of the document!


<script type=“text/javascript”>/*<![CDATA[*/ function display_c() {

          var refresh = 1000; // Refresh rate in milli seconds
          mytime = setTimeout('display_ct()', refresh)
      }
      function display_ct() {
          var strcount
          var x = new Date().toLocaleString("en-US", {timeZone: "America/Sao_Paulo"});
          var x1 = x.getMonth() + 1 + "/" + x.getDate() + "/" + x.getYear();
          x1 = x1 + " - " + x.getHours( ) + ":" + x.getMinutes() + ":" + x.getSeconds();
          document.getElementById('ct').innerHTML = x1;
          tt = display_c();
      }

/*!]]>*/</script>

Hello!

Explore the Site

Templates

ToDo

sidebar.1703976855.txt.gz · Last modified: 2023/12/30 23:54 by ultracomfy

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki