Time format
Hi people
Attempt to edit time format, sql express by default takes in and displays us format, not the uk one.
I formated appearance of the calendar and the text box as follows:
Calendar1.SelectedDate = Calendar1.TodaysDate
HiddenField1.Value = Format(Calendar1.TodaysDate, "dd,MM,yyyy")
Protected Sub Calendar1_SelectionChanged(ByVal sender As Object, ByVal e As System.EventArgs)
txtDate.Text = Format(Calendar1.SelectedDate, "dd/MM/yyyy")
will that suffice and will the server return the error? Hypothetical question as I did not get my insert working yet! Stuffed!!!
Also, how the grid time appearance may be formated to the same standard?
thanx fellas, a valuable forum
mdm
|