Import Excel into Data Table - write to Table in Outlook - dates convert to Date Serial

I am looking to process the following

  1. Read Excel into Data Table
  2. Split Data Table dependant on criteria
  3. Write these into a Table
  4. Add Table into Outlook email
  5. Send

The process is all working, the issue I am having is that the date when taken out of excel is being converted to data serial and I cannot find a way to a) prevent this from happening or b) convert it back into a date

The dates look like this in the Excel - I dont have control over how the formatting arrives
Start Date

And this how the email looks when it arrives
Outlook

Am using a ReadRange to get the data into UiPath

Any ideas on how to correct this would be appreciated
thanks