git.99rst.org
/
DailyTxT.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
446973a
)
added weekday to a-look-back
author
PhiTux
<redacted>
Fri, 15 Aug 2025 10:44:50 +0000
(12:44 +0200)
committer
PhiTux
<redacted>
Fri, 15 Aug 2025 10:44:50 +0000
(12:44 +0200)
frontend/src/lib/ALookBack.svelte
patch
|
blob
|
history
diff --git
a/frontend/src/lib/ALookBack.svelte
b/frontend/src/lib/ALookBack.svelte
index f1813d086aa6cb2578752a1e1c302a85139d2025..81a606eb4896b048aed2a2a870e3fa66d78ffd6d 100644
(file)
--- a/
frontend/src/lib/ALookBack.svelte
+++ b/
frontend/src/lib/ALookBack.svelte
@@
-123,6
+123,7
@@
log?.month - 1,
log?.day
).toLocaleDateString('locale', {
+ weekday: 'long',
day: '2-digit',
month: '2-digit',
year: 'numeric'
git clone https://git.99rst.org/PROJECT