What is the difference between xdofx:to_char and xdoxslt:ora_format_date?
Hi All,
TERM_DUE_DATE_FROM_PS --> Date type.
<TERM_DUE_DATE_FROM_PS>2017-10-02T00:00:00.000-04:00</TERM_DUE_DATE_FROM_PS> --> Data tag generated.
Before: <?xdofx:to_char(TERM_DUE_DATE_FROM_PS,'DD-MON-YY')?> -->Used but it was printed 18-AUG-17, but it should be 02-OCT-17G-177
After: <?xdoxslt:ora_format_date(TERM_DUE_DATE_FROM_PS,'DD-MON-YY')?> --> so i have used this , now it is printing 02-OCT-17
What is the difference between xdofx:to_char and xdoxslt:ora_format_date?
could you please describe what is the difference?