resetbutton & almanach edit start

This commit is contained in:
Simon Martens
2025-05-30 19:30:50 +02:00
parent d8e50b27b0
commit 8ea36da40f
28 changed files with 1789 additions and 763 deletions

View File

@@ -124,6 +124,8 @@ func (e *Engine) funcs() error {
e.AddFunc("Contains", functions.Contains)
e.AddFunc("Add", functions.Add)
e.AddFunc("Len", functions.Length)
e.AddFunc("GermanDate", functions.GermanDate)
e.AddFunc("GermanTime", functions.GermanTime)
// String Functions
e.AddFunc("Lower", functions.Lower)