MS07062016

This commit is contained in:
SchreiberM
2016-06-08 11:17:46 +02:00
parent 65788f29f8
commit 9920ffe9e6
7 changed files with 68 additions and 52 deletions

View File

@@ -986,7 +986,7 @@ Public Class ClassControlCommandsUI
End Select
Select Case DT_FORMAT_TYPE.Rows(0).Item(1)
Case 4 'DateEdit
Value = CDate(Value)
Value = CDate(Format(Value, "dd-MM-yyyy"))
End Select
End If