How do I process a date that is input by the user and store it in the database in a date field? The date is entered by the user using a jquery datepicker in a text field.
Here are specific needs I have:
1. How do you convert a mm/dd/yy string (the jquery picked can produce any format) to a format storable in the database as a date field.
2. How to get the date and then change it to something like "Wednesday, Aug 11, 2009"?
I'm using C# for the backend, but I should be able to understand VB Code as well.
Thanks!