This commit is contained in:
parent
d264ace6f7
commit
405eaf2d23
1 changed files with 1 additions and 1 deletions
|
|
@ -383,7 +383,7 @@
|
|||
startDate.setHours(12); // I don't care about the time zone
|
||||
document.querySelector('.week').textContent = startDate.getFullYear();
|
||||
if (document.querySelector('#settings-has-week').checked) {
|
||||
document.querySelector('.week').textContent += `W${getWeek(startDate)}`;
|
||||
document.querySelector('.week').textContent += `-W${getWeek(startDate)}`;
|
||||
}
|
||||
|
||||
d = new Date(startDate);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue