Add ordx definitions.

This commit is contained in:
Dianne Skoll
2025-08-11 23:44:21 -04:00
parent 49bdd135f7
commit 9e5354fcb8
6 changed files with 6 additions and 1 deletions
+1
View File
@@ -53,6 +53,7 @@ SET $Mplu "ter"
FSET subst_ampm(h) iif(h<5, " om natten", h < 12, " om formiddagen", h < 18, " om eftermiddagen", " om aftenen")
FSET subst_ordinal(d) "."
FSET ordx(n) n + "."
FSET subst_p(alt, d, t) iif(d==today()+1, "", "e")
FSET zeropad(s, len) pad(s, "0", len)