<?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>topic Re: Convert date to YYYY-MM-dd.. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Convert-date-to-YYYY-MM-dd/m-p/2204344#M5269</link>
    <description>&lt;P&gt;This depends on what you are doing. If your column is a Date object and you are printing out to the terminal or to a flat file, then you just need to deal with the format on the schema. If you are have a String representation of a date coming in and want to change it, you will need to parse it as a date and then format the output. What exactly are you trying to do here?&lt;/P&gt;</description>
    <pubDate>Wed, 16 Oct 2019 10:58:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-10-16T10:58:09Z</dc:date>
    <item>
      <title>Convert date to YYYY-MM-dd..</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-date-to-YYYY-MM-dd/m-p/2204343#M5268</link>
      <description>&lt;P&gt;Hi All.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;How to convert&amp;nbsp;&lt;EM&gt;Tue Oct 15 00:00:00 SGT 2019&amp;nbsp;&lt;/EM&gt;to YYYY-MM-dd format? Thanks in advance &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:22:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-date-to-YYYY-MM-dd/m-p/2204343#M5268</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T04:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Convert date to YYYY-MM-dd..</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-date-to-YYYY-MM-dd/m-p/2204344#M5269</link>
      <description>&lt;P&gt;This depends on what you are doing. If your column is a Date object and you are printing out to the terminal or to a flat file, then you just need to deal with the format on the schema. If you are have a String representation of a date coming in and want to change it, you will need to parse it as a date and then format the output. What exactly are you trying to do here?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 10:58:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-date-to-YYYY-MM-dd/m-p/2204344#M5269</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-16T10:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Convert date to YYYY-MM-dd..</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-date-to-YYYY-MM-dd/m-p/2204345#M5270</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; If your input data is a String, you can convert to date as shown below&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 808px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7pG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137933iCC8BD5D45AEF1C40/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7pG.png" alt="0683p000009M7pG.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7pH.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142584i6658DF83460550E8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7pH.png" alt="0683p000009M7pH.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;Relational.ISNULL(row1.input_date)?null:TalendDate.parseDate("E MMM dd HH:mm:ss Z yyyy",row1.input_date) &lt;/PRE&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 21:57:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-date-to-YYYY-MM-dd/m-p/2204345#M5270</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-16T21:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: Convert date to YYYY-MM-dd..</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-date-to-YYYY-MM-dd/m-p/2204346#M5271</link>
      <description>&lt;P&gt;Dear &lt;A href="https://community.qlik.com/s/profile/00539000006eKOgAAM"&gt;@nthampi&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;My issue is resolved. Thank you so much for your help&amp;nbsp;&lt;SPAN class="emoji"&gt;&lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="emoji"&gt;&lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 04:23:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-date-to-YYYY-MM-dd/m-p/2204346#M5271</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-17T04:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Convert date to YYYY-MM-dd..</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-date-to-YYYY-MM-dd/m-p/2204347#M5272</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000006eKOgAAM"&gt;@nthampi&lt;/A&gt;&amp;nbsp;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Is it possible if I want to convert from "Tue Oct 15 00:00:00 SGT 2019" to YYYY-MM-DD hh:mm:ss.sss format? Kindly advice. Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 03:12:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-date-to-YYYY-MM-dd/m-p/2204347#M5272</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-14T03:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Convert date to YYYY-MM-dd..</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-date-to-YYYY-MM-dd/m-p/2204348#M5273</link>
      <description>Hi 
&lt;BR /&gt;You just need to change the data pattern of column 'output_date' on tMap to "yyyy-MM-dd HH:mm:ss.SSS"
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong
&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Nov 2019 03:33:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-date-to-YYYY-MM-dd/m-p/2204348#M5273</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-14T03:33:28Z</dc:date>
    </item>
  </channel>
</rss>

