I have search the web but have not found an example exactly I am looking for. Have ASP.Net project using C# which I have several date fields. Each date I am having my users select a date from a calendar which then is moved into a text field in format of mm/dd/yyyy. When the record is to be inserted into a table the field in a DATE data type. Since it is date data type I guess need to convert to yyyymmdd but how do I do that?

Thanks for any and all help.