Hello,
Good morning to everyone.
I want to know how will we insert datetime into sqlserver from c#.Im using jquery datepicker for a field called 'RECEIVED DATE',which will be in string format(txtReceivedDate.Text).
I want to insert this string date into sqlserver to a field called 'RECDATE' which is in datetime format also i want to do the reverse(convert datetime date to string date)
Whats the correct procedure for doing this in such a way that the date is displayed in accordance with the users system datetime format (mm/dd/yyyy)/(dd/mm/yyyy)??