Change the format of a date column in datatable to month and year

I want to changethe date format of a datatable column to only month and year… Is there any possible way to change the datatable column using uipath?

@rifnanahas You can loop through the rows of the Datatable and Convert it into Date Format whih you need by using DateTime.ParseExact()?

Is there any other way with assign activity aschange the full column of data table .
like assign activity DT.column(0) = ------…Anything like this

@rifnanahas Have you checked this :