Template:IxTime: Difference between revisions

From IxWiki
Jump to navigation Jump to search
m v2
Tag: 2017 source edit
mNo edit summary
Tag: 2017 source edit
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
<html>
<html>
<span id="ix-time-display">Loading Ix Time...</span>
<span id="ix-time-display">{{#invoke:IxTime|getCurrentIxTime}}</span>
<script>
<script>
   (function() {
   (function() {
Line 17: Line 17:
         minute: "2-digit",
         minute: "2-digit",
         second: "2-digit",
         second: "2-digit",
         timeZoneName: "short",
         hour12: true,
       };
       };
       return ixDate.toLocaleString("en-US", options);
       return ixDate.toLocaleString("en-US", options) + " (local time)";
     }
     }



Latest revision as of 20:54, 3 August 2024

{{#invoke:IxTime|getCurrentIxTime}}