Template:IxTimeConvert: Difference between revisions
Jump to navigation
Jump to search
Created page with "<span id="ix-time-convert-{{#time:U}}">Loading...</span> <script> (function() { function convertToIxTime(year, month, day) { var epoch = new Date(2020, 9, 4).getTime() / 1000; var inputDate = new Date(year, month - 1, day).getTime() / 1000; var secondsSinceEpoch = inputDate - epoch; var ixTime = Math.floor(secondsSinceEpoch * 4.0 + epoch); var ixDate = new Date(ixTime * 1000); var options = { weekday: "long", year: "numeric", m..." Tag: 2017 source edit |
mNo edit summary Tag: 2017 source edit |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
< | <includeonly>{{#invoke:IxTime|convertDateToIxTime|{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}|{{{5|}}}|{{{6|}}}|{{{includeTime|}}}}}</includeonly> | ||
} | |||
</ |