Skip to Main Content

Cloud Platform

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Formatting date in XSLT

Janes TJan 21 2020

Getting the below error when I try to format a date in XSLT. I'm using this function: <xsl:value-of select="format-date(current-date(), '[M01]/[D01]/[Y0001]')"/>

oracle.xdo.servlet.data.DataException: oracle.xdo.servlet.data.DataException: oracle.xdo.servlet.data.DataException: oracle.xdo.XDOException: oracle.xdo.XDOException: org.xml.sax.SAXException: Parse Error in format-date function.
oracle.xdo12c.xpath.XPathException: Parse Error in format-date function.

Comments
Post Details
Added on Jan 21 2020
2 comments
816 views