Hi,
i try to convert the date format using Linq. i have n no. of rows and columns… in that datatable have Date columns… The Date columns format have to change …
Input:
dd-MM-yyyy
Expected Output
yyyy-MM-dd
yyyy-MM-dd
yyyy-MM-dd
Without losing other data…in the datatable…
Thanks
Shyam