BI Publisher:Inserting the current date and current time in BI Publisher Report
Using below 1 and 2 we can display the current date and time on the bi report.
1) <?xdoxslt:current_date($_XDOLOCALE, $_XDOTIMEZONE)?>
2) <?xdoxslt:current_time($_XDOLOCALE, $_XDOTIMEZONE)?>
3) <?xdoxslt:sysdate(‘DD-MON-YYYY HH24:MI’)?>
Comments
Post a Comment