I am adding rows to a runtime table as following"
dtRecords.Rows.Add("RecordingDate", typeof(DateTime));
the date is stored as long datetime but I want to view the date date only in thos runtime table:
the date appears as following: 0206/2008 12:00:00 am
but I want it to appear as following:0206/2008
i.e,the date with out the time.
does any one has an idea?
thnx in advance