<?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: Date Format in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Date-Format/m-p/2363359#M127252</link>
    <description>Thanks I am using postgreSQL and just interested in plain Date format.</description>
    <pubDate>Tue, 04 Apr 2017 17:50:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-04-04T17:50:33Z</dc:date>
    <item>
      <title>Date Format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Format/m-p/2363357#M127250</link>
      <description>&lt;P&gt;I have date column that contains dates like this 3/17/17 rather than 3/17/2017 and in the database the date is displayed like this 0017-03-17 00:00:00. In my tMap I have this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;row1.Actual_Sale_Date.equals("")?null: TalendDate.parseDate("MM/dd/yyyy",row1.Actual_Sale_Date)&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Even though I have the format defined as "MM/dd/yyyy" the database shows timestamp without time zone and the dates are&amp;nbsp;&lt;BR /&gt;2017-03-17 00:00:00. I want to display 03/17/2017 in database.&lt;BR /&gt;Please kindly offer assistance.&lt;BR /&gt;Thanks in Advance,&lt;BR /&gt;John Doe&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 17:37:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Format/m-p/2363357#M127250</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-04T17:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Format/m-p/2363358#M127251</link>
      <description>Dates are not Strings. &amp;nbsp;The printed format of a date is not indicative of how it is stored. &amp;nbsp;If you want a date to print a certain way, you have to format it. &amp;nbsp;If your database offers multiple date types, maybe a different one would better suit your purposes? &amp;nbsp;MySQL, for example, has DATE, DATETIME and TIMESTAMP, among others. (
&lt;A href="https://www.tutorialspoint.com/mysql/mysql-data-types.htm" rel="nofollow noopener noreferrer"&gt;https://www.tutorialspoint.com/mysql/mysql-data-types.htm&lt;/A&gt;)</description>
      <pubDate>Tue, 04 Apr 2017 17:49:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Format/m-p/2363358#M127251</guid>
      <dc:creator>cterenzi</dc:creator>
      <dc:date>2017-04-04T17:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Format/m-p/2363359#M127252</link>
      <description>Thanks I am using postgreSQL and just interested in plain Date format.</description>
      <pubDate>Tue, 04 Apr 2017 17:50:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Format/m-p/2363359#M127252</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-04T17:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Format/m-p/2363360#M127253</link>
      <description>[font=consolas, monaco, bitstream vera sans mono, courier new, courier, monospace]
&lt;FONT size="2"&gt; first argument is source pattern and as your are getting in yy format in year, u can change as below and try.&lt;/FONT&gt;[/font]
&lt;BR /&gt;[size=2][font=consolas, monaco, "bitstream vera sans mono", "courier new", courier, monospace]row1.Actual_Sale_Date.equals("")?null: TalendDate.parseDate
&lt;B&gt;(&lt;FONT color="#ff99ff"&gt;"MM/dd/yy"&lt;/FONT&gt;&lt;/B&gt;,row1.Actual_Sale_Date)&amp;nbsp;.[/font][/size]</description>
      <pubDate>Tue, 04 Apr 2017 19:29:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Format/m-p/2363360#M127253</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-04T19:29:15Z</dc:date>
    </item>
  </channel>
</rss>

