How are you inserting the data? with a SqlCeCommand and Parameter for the
date value? in that case you can parse the date into a DateTime value and
set that as your parameter value. Take a look at the DateTime.Parse method
for how to specify a particular format.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.