FORMAT-DATE WITH MARCH 1ST RETURNS INVALID DAY, +1 DAY.
Hi The customer uses XML Publiser to create a report. [EBS12.1.2]
He applied the Patch8419490 to solved the Bug as below:
FORMAT-DATE WITH MARCH 1ST RETURNS INVALID DAY, +1 DAY.
When use a concurrent to create a report, the date is OK.
But when use Java to create a report, the date is wrong.
I mean 3/1 change to 3/2.
He submitting the program using JAVA as Oracle Business Intelligence Publisher Administrator's and Developer's Guide
Release 10.1.3.4 Using the BI Publisher APIs.
From xsl file , I found as below.
<xsl:param name="_XDOLOCALE">en-US</xsl:param>
<xsl:param name="_XDOTIMEZONE">GMT</xsl:param>
The customer is in Japan, but the _XDOLOCALE is US, I think maybe this is the problem.
He applied the Patch8419490 to solved the Bug as below:
FORMAT-DATE WITH MARCH 1ST RETURNS INVALID DAY, +1 DAY.
When use a concurrent to create a report, the date is OK.
But when use Java to create a report, the date is wrong.
I mean 3/1 change to 3/2.
He submitting the program using JAVA as Oracle Business Intelligence Publisher Administrator's and Developer's Guide
Release 10.1.3.4 Using the BI Publisher APIs.
From xsl file , I found as below.
<xsl:param name="_XDOLOCALE">en-US</xsl:param>
<xsl:param name="_XDOTIMEZONE">GMT</xsl:param>
The customer is in Japan, but the _XDOLOCALE is US, I think maybe this is the problem.
0