View Single Post
  #1 (permalink)  
Old 06-23-2009, 4:28 PM
gate7cy gate7cy is offline
VB.NET Forum Fanatic
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: May 2009
Posts: 115
Reputation: 15
gate7cy is on a distinguished programming path ahead
Default Remove time from Date column, Datagrid

In my application I have several datagrids databinded to various tables. Within these tables I use many times a date field. The database is made in access. At the beginning I had the date format on default as long date. When I saw that time was added I changed it to shortdate. Still I get the time in the various datagrids. How do I remove the time from the datagrid so no time is entered when I create a new field. Thanks for the replies
Reply With Quote