kontakt: [email protected]
Widżet:Orgonity: Różnice pomiędzy wersjami
Przejdź do nawigacji
Przejdź do wyszukiwania
imported>Sługa szatana test |
imported>Sługa szatana mNie podano opisu zmian |
||
Linia 1: | Linia 1: | ||
<includeonly><script type="text/javascript"> | <includeonly><script type="text/javascript"> | ||
console. | let format = interval => { | ||
console.debug(interval); | |||
return ""; | |||
} | |||
let a = new Date(); | |||
a.setHours(0); | |||
a.setMinutes(0); | |||
a.setSeconds(0); | |||
a.setMilliseconds(0); | |||
a.setDate(a.getDate() + (13 - a.getDay()) % 7); | |||
let b = new Date(); | |||
console.log(format(Math.abs(a - b)); | |||
</script></includeonly> | </script></includeonly> |