Hi ,
my scenario is IDOC to SOAP , and my requirement to change the time format from hhmmss to hh:mm:ss using XSLT mapping.
i am trying with following function <xsl:value-of select=" fn:format-time($d,'hh:mm:ss')"/> but throwing an error while testing in PI 7.0
following error i am getting in test tab while testing
can any one suggest the solution to change the time format to hh:mm:ss
thanks in advance..