How to Convert multiple column date format in data table using linq(With out foreach)

Hi @BalaM1510,

Welcome to the Forum

you can try this way

  1. Do the Linq query part and take the result you will eventually use that result right.
  2. When you using the result do the Date Conversion part using
    DateTime.Parse method

As my understanding you cant directly do the update part