20-02-17, 10:53 PM
السلام عليكم
لزيادة الفائدة
جرب التالي
لزيادة الفائدة
جرب التالي
PHP كود :
Private Const LOCALE_SSHORTDATE = &H1F
Private Declare Function GetSystemDefaultLCID Lib "kernel32" () As Long
Private Declare Function SetLocaleInfo Lib "kernel32" Alias "SetLocaleInfoA" _
(ByVal Locale As Long, ByVal LCType As Long, ByVal lpLCData As String) As Boolean
Private Sub Command1_Click()
Dim lngLocale As Long
lngLocale = GetSystemDefaultLCID()
If SetLocaleInfo(lngLocale, LOCALE_SSHORTDATE, "dd/MM/yyyy") = False Then
End If
End Sub
بالتوفيق .
