Hi.
My UI displays result of DB2 query which is using SELECT * FROM myTable. Within result there are columns with DB2 data types DATE and Timestamp. In C# result these columns returned as DateTime (ex. 03/29/2019 12:00 am). How to correctly Select these columns so the data in it would be as it stored in DB2 table: Date and Timestamp in order to correctly display it on Web page?