Displaying the current date in BI Publisher

Problem

This one is fairly obvious, but took me a little while to find. You want a date in your published report, you don't necessarily want to add the source in your source code.

Solution


Add a field to your template - code is as follows
<?xdoxslt:current_date($_XDOLOCALE, $_XDOTIMEZONE)?>

Acknowledgment


https://docs.oracle.com/cd/E10415_01/doc/bi.1013/e12187/T421739T481158.htm


Comments