993
edições
Sem resumo de edição |
Sem resumo de edição |
||
Linha 1: | Linha 1: | ||
<script> | <script> | ||
document.addEventListener('DOMContentLoaded', function () { | |||
Date.prototype.getWeekNumber = function () { | Date.prototype.getWeekNumber = function () { | ||
let d = new Date(Date.UTC(this.getFullYear(), this.getMonth(), this.getDate())); | let d = new Date(Date.UTC(this.getFullYear(), this.getMonth(), this.getDate())); |