Snippet update
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user