This commit is contained in:
SchreiberM
2016-08-08 16:25:08 +02:00
parent a0761e43c5
commit b604f991a2
14 changed files with 2663 additions and 3251 deletions

View File

@@ -985,7 +985,8 @@ Public Class ClassControlCommandsUI
End Select
Select Case DT_FORMAT_TYPE.Rows(0).Item(1)
Case 4 'DateEdit
Value = ClassHelper.Convert_Date_2_Form_Format(Value, "dd-MM-yyyy")
Value = ClassHelper.Convert_Date(Value, "yyyy-MM-dd")
End Select
End If