I'm using SQL Server CE database for my Pocket PC app.
My app has a date picker control which displays the date in this format: MM/DD/YYYY. I need to convert that date to YYYYMMDD and store it in this format in the database. I've been strugling with the conversion without any success. How can I accomplish that? Thank you for any help!!
My app has a date picker control which displays the date in this format: MM/DD/YYYY. I need to convert that date to YYYYMMDD and store it in this format in the database. I've been strugling with the conversion without any success. How can I accomplish that? Thank you for any help!!