I'm using jQuery date picker. How do I save the selected date value to a SQL date field in the database. And how do I retrieve the date value from the database and have it select the date in the picker?
I find the documentation is scarce for this library.
Thanks in advance!
Date()object is returned from the jQuery UIgetDate()method. As such, you'll need to complete the conversions manually to SQL and back again...