bindaing a DATE field

  • Thread starter Thread starter toufik
  • Start date Start date
T

toufik

Hi,
VB.net project with ms-access database, I've a DATETIME field that I like to
bind in my Form, it ontains the date only :
- If I use a TextBox the problem is that There is an hour (12:00) added to
the textBox even if I fill the date only.
- If I use a DateTimePicker the problem is when the field is NULL It is
filled with the today's date.

Any idea please to bind the datetime field.
thanks
 
Back
Top