Hi I'm using VS in Vista.
I have using a DataBase in SQL2008 which its date format is year,month,day.
In my app I have the date format as Format(Now, "d") which shows 13/12/2009 but when inserted it displays as 1900-01-01 in the DataBase.
How can I have the date format to dispalay year,month,day as in the database.
I have tried other ways but was not successful.
Can anyone help.
Tahnks