Report Generator - how to format the date of a custom attribute?

Hello,

In Report Generator if I need to format the date of a OOTB attribute like "Actual Start Date" of the Change Action (1_CA_Par)
I need to use OTScript Code structure:


with the code like this:

TIMETOSTR(STRTOTIME(`1_CA_Par`.`Actual Start Date`, "\\\$N/\\\$D/\\\$Y \\\$h:\\\$U:\\\$S \\\$A"), "\\\$d.\\\$n.\\\$Y")

 

But how to apply formatting (OTscript) in case I need to format the date of a custom attribute - where use of Method Call Text structure is needed for reading?

Report Generator