Date format needs to change in RTF
Hi All,
I am getting data as 01-Dec-15 in xml output, but I wan to convert this to DD-MON-YYY, i.e., 01-Dec-2015, I have used the below queries but it didn't work
<?format-date:STATEMENT_DATE;'DD-MON-YYYY';'GMT'?>
<?xdofx:to_char(STATEMENT_DATE,'DD-MON-YYYY')?>
Any help will be appreciated, if you can update the script and repost that will be much helpful