MS27062016

This commit is contained in:
SchreiberM
2016-06-27 13:43:47 +02:00
parent 59371f3fba
commit c5f276c37d
27 changed files with 1192 additions and 626 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(Format(Value, "dd-MM-yyyy"))
Value = ClassHelper.Convert_Date_2_Form_Format(Value, "dd-MM-yyyy")
End Select
End If