0
What is your datetime picker control? Maybe there is a "format" property where you can specify the datetime format.
Also, if you want to query data from db based on just the date ( and concerned about having date and time in the db field ), just use convert() function in the sql stored proc to convert to mm/dd/yyyy format and use the shortdate from your front end code..
Hope this helps!
Cheers!