Revert "Revert "Datumsfelder wurden auf Datum-only-Wert gekürzt.""
This reverts commit 8eba2c8b40.
This commit is contained in:
@@ -92,10 +92,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
|
||||
strtempPanNr = l2.PAN_Nr.ToString
|
||||
|
||||
Reference in New Issue
Block a user