Reuse common dateStyle

This commit is contained in:
2025-08-14 20:20:54 +02:00
parent 24f933fbaa
commit 5146e8e490
7 changed files with 24 additions and 69 deletions
+4
View File
@@ -0,0 +1,4 @@
export const fullDate = {
dateStyle: 'medium',
timeStyle: 'medium'
} as const;