K
KhaLeeL ZoURoB
Guest
how to set all datepicker format in hijri calendar
and i want store them sql server tables
i write this code
Protected Overrides Function OnInitialize(ByVal commandLineArgs As System.Collections.ObjectModel.ReadOnlyCollection(Of String)) As Boolean
' Set the display time to 5000 milliseconds (5 seconds).
Me.MinimumSplashScreenDisplayTime = 5000
Dim arSA As CultureInfo
arSA = New CultureInfo("ar-SA")
CultureInfo.DefaultThreadCurrentCulture = arSA
Return MyBase.OnInitialize(commandLineArgs)
End Function
Continue reading...
and i want store them sql server tables
i write this code
Protected Overrides Function OnInitialize(ByVal commandLineArgs As System.Collections.ObjectModel.ReadOnlyCollection(Of String)) As Boolean
' Set the display time to 5000 milliseconds (5 seconds).
Me.MinimumSplashScreenDisplayTime = 5000
Dim arSA As CultureInfo
arSA = New CultureInfo("ar-SA")
CultureInfo.DefaultThreadCurrentCulture = arSA
Return MyBase.OnInitialize(commandLineArgs)
End Function
Continue reading...