<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Changing Date format of a XML code in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/changing-date-format-of-a-xml-code/qaa-p/12498136#M4683448</link>
    <description>&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;I tried with groovy script was not working for the entire code and found that I could do this Graphical mapping itself and voila it worked. &lt;/P&gt;&lt;P&gt;Thanks for responding!&lt;/P&gt;</description>
    <pubDate>Sun, 06 Mar 2022 13:26:03 GMT</pubDate>
    <dc:creator>former_member791832</dc:creator>
    <dc:date>2022-03-06T13:26:03Z</dc:date>
    <item>
      <title>Changing Date format of a XML code</title>
      <link>https://community.sap.com/t5/technology-q-a/changing-date-format-of-a-xml-code/qaq-p/12498134</link>
      <description>&lt;P&gt;How do I change the date format of the incoming XML code (Employee data of 6 employees) from dd-MM-YYYY to YYYY-mm-dd in the iflow. &lt;/P&gt;
  &lt;P&gt;Example: &amp;lt;?xml version='1.0' encoding='UTF-8'?&amp;gt;&lt;/P&gt;
  &lt;P&gt;&amp;lt;EmployeeData&amp;gt;&lt;/P&gt;
  &lt;P&gt; &amp;lt;Employee&amp;gt;&lt;/P&gt;
  &lt;P&gt; &amp;lt;ID&amp;gt;1&amp;lt;/ID&amp;gt;&lt;/P&gt;
  &lt;P&gt; &amp;lt;Name&amp;gt;Raam&amp;lt;/Name&amp;gt;&lt;/P&gt;
  &lt;P&gt; &amp;lt;DOJ&amp;gt;19-07-2016&amp;lt;/DOJ&amp;gt;&lt;/P&gt;
  &lt;P&gt; &amp;lt;Country&amp;gt;IND&amp;lt;/Country&amp;gt;&lt;/P&gt;
  &lt;P&gt; &amp;lt;/Employee&amp;gt;&lt;/P&gt;
  &lt;P&gt; &amp;lt;Employee&amp;gt;&lt;/P&gt;
  &lt;P&gt; &amp;lt;ID&amp;gt;2&amp;lt;/ID&amp;gt;&lt;/P&gt;
  &lt;P&gt; &amp;lt;Name&amp;gt;Siva&amp;lt;/Name&amp;gt;&lt;/P&gt;
  &lt;P&gt; &amp;lt;DOJ&amp;gt;18-07-2016&amp;lt;/DOJ&amp;gt;&lt;/P&gt;
  &lt;P&gt; &amp;lt;Country&amp;gt;IND&amp;lt;/Country&amp;gt;&lt;/P&gt;
  &lt;P&gt; &amp;lt;/Employee&amp;gt;&lt;/P&gt;
  &lt;P&gt; &amp;lt;Employee&amp;gt;&lt;/P&gt;
  &lt;P&gt; &amp;lt;ID&amp;gt;3&amp;lt;/ID&amp;gt;&lt;/P&gt;
  &lt;P&gt; &amp;lt;Name&amp;gt;John&amp;lt;/Name&amp;gt;&lt;/P&gt;
  &lt;P&gt; &amp;lt;DOJ&amp;gt;01-11-2011&amp;lt;/DOJ&amp;gt;&lt;/P&gt;
  &lt;P&gt; &amp;lt;Country&amp;gt;US&amp;lt;/Country&amp;gt;&lt;/P&gt;
  &lt;P&gt; &amp;lt;/Employee&amp;gt;&lt;/P&gt;
  &lt;P&gt; &amp;lt;Employee&amp;gt;&lt;/P&gt;
  &lt;P&gt; &amp;lt;ID&amp;gt;4&amp;lt;/ID&amp;gt;&lt;/P&gt;
  &lt;P&gt; &amp;lt;Name&amp;gt;Shane&amp;lt;/Name&amp;gt;&lt;/P&gt;
  &lt;P&gt; &amp;lt;DOJ&amp;gt;19-05-2013&amp;lt;/DOJ&amp;gt;&lt;/P&gt;
  &lt;P&gt; &amp;lt;Country&amp;gt;US&amp;lt;/Country&amp;gt;&lt;/P&gt;
  &lt;P&gt; &amp;lt;/Employee&amp;gt;&lt;/P&gt;
  &lt;P&gt;&amp;lt;/EmployeeData&amp;gt;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Mar 2022 15:48:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/changing-date-format-of-a-xml-code/qaq-p/12498134</guid>
      <dc:creator>former_member791832</dc:creator>
      <dc:date>2022-03-05T15:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Date format of a XML code</title>
      <link>https://community.sap.com/t5/technology-q-a/changing-date-format-of-a-xml-code/qaa-p/12498135#M4683447</link>
      <description>&lt;P&gt;Hi Ramya,&lt;/P&gt;&lt;P&gt;What is the error/issue you are facing?&lt;/P&gt;&lt;P&gt;Did you try with the Date function from Graphical mapping or did you use groovy script for date format conversion or xslt code or used it in content modifier?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;</description>
      <pubDate>Sun, 06 Mar 2022 02:12:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/changing-date-format-of-a-xml-code/qaa-p/12498135#M4683447</guid>
      <dc:creator>babruvahana</dc:creator>
      <dc:date>2022-03-06T02:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Date format of a XML code</title>
      <link>https://community.sap.com/t5/technology-q-a/changing-date-format-of-a-xml-code/qaa-p/12498136#M4683448</link>
      <description>&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;I tried with groovy script was not working for the entire code and found that I could do this Graphical mapping itself and voila it worked. &lt;/P&gt;&lt;P&gt;Thanks for responding!&lt;/P&gt;</description>
      <pubDate>Sun, 06 Mar 2022 13:26:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/changing-date-format-of-a-xml-code/qaa-p/12498136#M4683448</guid>
      <dc:creator>former_member791832</dc:creator>
      <dc:date>2022-03-06T13:26:03Z</dc:date>
    </item>
  </channel>
</rss>

