I'm populating a datagrid and one of the fields is a date. The date comes over with the time. Anyone out there tell me how I can get rid of the time in my datagrid..
happy halloween
eye
Printable View
I'm populating a datagrid and one of the fields is a date. The date comes over with the time. Anyone out there tell me how I can get rid of the time in my datagrid..
happy halloween
eye
VB Code:
Format(myDTvar, "d")
well, I'm need to format it in a datagrid so I wanted to know if I could format it in the query, but I think I found another way. In the datagrid web control I think you can do it through the properties...I'll keep ya posted