Time Setting In Word

Hi @CHAN_Hiu_Fung_Victor_Stud

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!!

1 Like