Hi all,
I want to in the report date should be : 01/02/2021
I can achieve in report design property <Date<Custom<dd/MM/yyyy>
i don't wanna add to design level u may ask why don't u want because report designer has in xml format.
today only I want to achieve in x beoz its argent.
below my code.
Tmp.TransDate = any2Date(date2Str(_header.TransDate, 123,4,2,4,2,2));
As i mentioned code not working what am i missing ?
Thanks