Click here to Skip to main content
15,881,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi.. I have a request where I have to concat two string(Eg: posting date and posting time) and required Output format is dateTime with millisecond(Eg:2022-06-17T16:16:26.503).Kindly help

What I have tried:

<ship_time>
<xsl:call-template name="FormatDateToYYYY-MM-DD">
<xsl:with-param name="date">

<xsl:value-of select="concat(SalesShipmentHeader/s0:PostingDate/text() ,SalesShipmentHeader/s0:PostingTime/text())">
Posted
Updated 31-Aug-22 23:21pm

1 solution

 
Share this answer
 
Comments
Sam226 1-Sep-22 6:31am    
Hi @Richard MacCutchan,
The link which you have shared is working for xslt 2.0. can you please help me for xslt 1.0
Richard MacCutchan 1-Sep-22 6:37am    
Try searching for it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900