I have a list of people in a database. The db is being used as part of a project I am building in VB2005. I have a date of birth column but I cannot get dates to be in the format dd/mm/yyyy. If BOBs d.o.b is the first of May 2006 his DOB should read 01/03/2006. BUT in the db column it always reverts back to 1/03/2006 without a zero in front of the first 1 no matter how you type it in. I've tried input masks and formats but nothing seems to work.
Any ideas?
Any ideas?