+Benutzer filter, u. Spalte

This commit is contained in:
Simon Martens
2026-01-28 19:37:19 +01:00
parent 5c9cbcd4ac
commit b5985cba18
19 changed files with 1031 additions and 100 deletions

View File

@@ -127,6 +127,7 @@ func (e *Engine) funcs() error {
e.AddFunc("Len", functions.Length)
e.AddFunc("GermanDate", functions.GermanDate)
e.AddFunc("GermanTime", functions.GermanTime)
e.AddFunc("GermanShortDateTime", functions.GermanShortDateTime)
// String Functions
e.AddFunc("Lower", functions.Lower)