How do i convert TimeStamp to DateTime?
Hi,
I have a DB table that has a TimeStamp column and i need to dispplay that in my DataGridView Controller. When i tried to lead the data of that column, it throws an exception in a data Grid View Deafult error log, and prevents from displaying the time stamp values.. How do i fix this?
TY