Position ders Datums angepasst
This commit is contained in:
@@ -41,11 +41,11 @@ document.addEventListener('DOMContentLoaded', async function () {
|
||||
}
|
||||
|
||||
function buildCellHtml(day, einheit) {
|
||||
let x = `${day.toFormat('d')}
|
||||
let x = `<div id="inner">${day.toFormat('d')}
|
||||
<div id="lowline" class="small">
|
||||
<div>${day.setLocale('de').toFormat('ccc')}</div>
|
||||
<div id="wtg">${day.setLocale('de').toFormat('ccc')}</div>
|
||||
<div id="eh">${einheit !== 0 ? einheit : ''}</div>
|
||||
</div>`
|
||||
</div></div>`
|
||||
return x
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user