Revert "Datumsfelder wurden auf Datum-only-Wert gekürzt."
This reverts commit 5bed52aa10.
This commit is contained in:
@@ -91,10 +91,10 @@ Partial Class Customers_Default3
|
||||
Dim strtempArchivt As String = String.Empty
|
||||
|
||||
If IsNothing(l2.Bestelldatum) = False Then
|
||||
strtempbestelltam = l2.Bestelldatum.ToString.Substring(0, 10)
|
||||
strtempbestelltam = l2.Bestelldatum.ToString
|
||||
End If
|
||||
If IsNothing(l2.Lieferdatum) = False Then
|
||||
strtempLieferdatum = l2.Lieferdatum.ToString.Substring(0, 10)
|
||||
strtempLieferdatum = l2.Lieferdatum.ToString
|
||||
End If
|
||||
If IsNothing(l2.KartenNr) = False Then
|
||||
strtempKartNr = l2.KartenNr.ToString
|
||||
|
||||
Reference in New Issue
Block a user