Converting all values in a column to Date format

Hi,

If datatable has any data and try to change column type, it will throw exception.
So, can you share what you do step by step and expected result?

In general, DateTime type doesn’t have format information. It’ll make no sense to convert to dd/MM/yyyy format before input it as DateTime to datatable, i think.

Regards,

1 Like