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

This reverts commit 8eba2c8b40.
This commit is contained in:
ja
2022-02-08 16:04:10 +01:00
parent 8eba2c8b40
commit a86778e2d9
16 changed files with 37 additions and 37 deletions

View File

@@ -93,10 +93,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.OBUID) = False Then
strtempOBUID = l2.OBUID.ToString