Hi All, I have a DATE data column in dataset, which gives me date and time both values. i want only date part of that column to display in table. is there any way i can convert it to only date format? Thanks, Niki
Hi All, I have a DATE data column in dataset, which gives me date and time both values. i want only date part of that column to display in table. is there any way i can convert it to only date format? Thanks, Niki
You can quickly see the DateTime members[^] providing you with a couple of ways to get the date value only. Also when binding the Date column to the table, you can specify the formatting pattern to get the date, you can read more about this in msdn[^].