MS07062016
This commit is contained in:
@@ -248,7 +248,7 @@ Public Class ClassImport_Windream
|
||||
Dim _rule = result.Item("FORMAT_RULE")
|
||||
If Not IsNothing(_rule) Then
|
||||
If IsDate(CONTROLVALUE) Then
|
||||
Dim _date = CDate(CONTROLVALUE)
|
||||
Dim _date = CDate(Format(CONTROLVALUE, "dd-MM-yyyy"))
|
||||
_rule = _rule.ToString.Replace("Y", "y")
|
||||
_rule = _rule.ToString.Replace("D", "d")
|
||||
Dim convertedvalue = _date.ToString(_rule)
|
||||
|
||||
Reference in New Issue
Block a user