I want to show date in grid view but now there is time shows as well with date. I just enter simple query to access date column from table e.g i tried
string query="select date from attendance where month='October';
It returns date+time
I want to show date in grid view but now there is time shows as well with date. I just enter simple query to access date column from table e.g i tried
string query="select date from attendance where month='October';
It returns date+time