I have updated date "2/2/2008".When i see the update result it displays 12:00:11AM how i update "2/2/2008"?
Not sure about what you are asking, but I think this might help. The date and time are represented by a number which represents the number of seconds since Midnight Jan 1 1900. You will find date and time functions much easier to deal with if you keep this in mind, what you see in a date field is a formatted variable. E me if you want,
If you're using an MS Access database (Naughty naughty!), the delimiter will be # rather than '. Try it anyway.
try entering like 2/feb/2008 or change sequence if you dont have mask, or set field property to date.
Are you using FrontPage? This problem is occurred when you update database using FrontPage build in ASP Script. If you select timestamp update from "Additional Fields" option, ASP script will automatically add the time along with the date. You need to call the ASP update function from script page. Use the code Date() to update only Date.