Snippet update

This commit is contained in:
2023-09-29 07:48:11 +02:00
parent 3531864cbd
commit 17f25fc266
2 changed files with 33 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ if t[2] != "Eintrittsdatum" and len(t[2]) == 8:
if len(t[2]) > 4:
t[2] = f"{t[2][:5]}.{t[2][5:]}"
`|${3:Geburtsdatum}`!p
if t[3] != "Eintrittsdatum" and len(t[3]) == 8:
if t[3] != "Geburtsdatum" and len(t[3]) == 8:
if len(t[3]) > 2:
t[3] = f"{t[3][0:2]}.{t[3][2:]}"
if len(t[3]) > 4: