How to convert date with timestamp in template
The output of my report is as given below
In my rtf template -
the Check Date RAW date is given as <?CHECK_DATE?>
the Check Date (DD-Mon-RRRR) is formatted as <?format-date:CHECK_DATE;'DD-MON-RRRR'?>
In the above transformation the date is getting changed from 22-Jun to 21 Jun.
How can I avoid this ?
Regards,
-Debo