Datumsfelder wurden auf Datum-only-Wert gekürzt.

This commit is contained in:
ja
2022-02-07 16:56:17 +01:00
parent e96a88be99
commit 5bed52aa10
16 changed files with 37 additions and 37 deletions

View File

@@ -94,10 +94,10 @@ Partial Class Customers_Default3
Dim strtempArchivt As String = String.Empty
If IsNothing(l2.Bestelldatum) = False Then
strtempbestelltam = l2.Bestelldatum.ToString
strtempbestelltam = l2.Bestelldatum.ToString.Substring(0, 10)
End If
If IsNothing(l2.Lieferdatum) = False Then
strtempLieferdatum = l2.Lieferdatum.ToString
strtempLieferdatum = l2.Lieferdatum.ToString.Substring(0, 10)
End If
If IsNothing(l2.PAN_Nr) = False Then
strtempPAN_Nr = l2.PAN_Nr.ToString
@@ -109,7 +109,7 @@ Partial Class Customers_Default3
strtempVermerk = l2.Vermerk.ToString
End If
If IsNothing(l2.GültigBis) = False Then
strtempGueltigBis = l2.GültigBis.ToString
strtempGueltigBis = l2.GültigBis.ToString.Substring(0, 10)
End If
If IsNothing(l2.Retourniert) = False Then
strtempRetourniert = l2.Retourniert.ToString