Added base calendar formatting

This commit is contained in:
Alexis
2024-04-01 11:53:13 +02:00
parent 39c03c9706
commit c1edf3b5ea
11 changed files with 131 additions and 23 deletions

View File

@@ -6,3 +6,4 @@ export type LeimDate = {
}
export type LeimPeriod = 'ante' | 'nante'
export type LeimPeriodShort = 'A.R' | 'N.R'