Two things: The column in your database is defined as DateTime, not Date You use the option on the Date Picker to choose datetime, not date This will give the user the ability to choose a date and time from the date column. If you need more control over the time, you probably need to add another column defined as Time. Then you can use the validation rules to force an entry rather ...



