I have a column of dates in excel that show up as mmm/yy (the left column) because of the cell formatting, when in actuality the cell values are full dd/mm/yyyy dates (as shown in the right column) [image here].
How do I get the actual cell values of the left column to be of the same mmm/yy text they are showing? I've tried looping through the column and using cell.value = cell.text
but it ends up changing the day of the date to its year for some reason.