🗳️ common.ts

This commit is contained in:
nirholas
2026-03-31 10:23:30 +00:00
parent d60d2b707f
commit e2fa009027

View File

@@ -31,3 +31,4 @@ export function getLocalMonthYear(): string {
: new Date()
return date.toLocaleString('en-US', { month: 'long', year: 'numeric' })
}