08-07-13, 07:13 AM
السلام عليكم ورحمة الله وبركاته
جرب هذا الحل
PHP كود :
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Threading.Thread.CurrentThread.CurrentCulture = New Globalization.CultureInfo("ar-EG")
End Sub
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim d As Date
d = CDate("10/10/1434")
MsgBox(d)
End Sub
End Class
السلام عليكم ورحمة الله وبركاته
