data type for date in msde
Hi,
HI
I am using msde with asp. In my asp page I am geting the date like
dim addate
addate =date
which give me date in this format mm/dd/yyyy
Now I need to insert this date into my msde table, what data type should I use. I tried datetime and it did not work , when I go to my table all I see 12.00 PM.
Thanks
|