Could you try the below one,
Cdate(ApplistDT.rows(IndexDT).Item("Date of received")).tostring("dd-MM-yyyy")
In the above expression you are converting the datetime system format (MM/dd/yyyy hh:mm:ss) to the required string format with the specified time format (dd-MM-yyyy).
You can check the below image the above expression working fine,
Hope it helps!!