<?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: How to add days in a date in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-add-days-in-a-date/m-p/2229983#M20759</link>
    <description>Hi,
&lt;BR /&gt;you have to convert your date in a Calender. You can found some more information and examples here:
&lt;BR /&gt;
&lt;A href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/Calendar.html" target="_blank" rel="nofollow noopener noreferrer"&gt;Java API&lt;/A&gt;
&lt;BR /&gt;
&lt;A href="http://www.rgagnon.com/javadetails/java-0101.html" target="_blank" rel="nofollow noopener noreferrer"&gt;Examples&lt;/A&gt;
&lt;BR /&gt;Bye
&lt;BR /&gt;Volker</description>
    <pubDate>Tue, 09 Sep 2008 06:11:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-09-09T06:11:30Z</dc:date>
    <item>
      <title>How to add days in a date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-add-days-in-a-date/m-p/2229981#M20757</link>
      <description>Hi,&lt;BR /&gt;I am new to talend and figuring out how to add 10 days to a date coming from the source in Tmap.</description>
      <pubDate>Sat, 16 Nov 2024 14:14:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-add-days-in-a-date/m-p/2229981#M20757</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to add days in a date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-add-days-in-a-date/m-p/2229982#M20758</link>
      <description>Hello Sheffy Gupta 
&lt;BR /&gt;what are your really expected result? Can you take an example?
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Tue, 09 Sep 2008 02:44:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-add-days-in-a-date/m-p/2229982#M20758</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-09-09T02:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to add days in a date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-add-days-in-a-date/m-p/2229983#M20759</link>
      <description>Hi,
&lt;BR /&gt;you have to convert your date in a Calender. You can found some more information and examples here:
&lt;BR /&gt;
&lt;A href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/Calendar.html" target="_blank" rel="nofollow noopener noreferrer"&gt;Java API&lt;/A&gt;
&lt;BR /&gt;
&lt;A href="http://www.rgagnon.com/javadetails/java-0101.html" target="_blank" rel="nofollow noopener noreferrer"&gt;Examples&lt;/A&gt;
&lt;BR /&gt;Bye
&lt;BR /&gt;Volker</description>
      <pubDate>Tue, 09 Sep 2008 06:11:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-add-days-in-a-date/m-p/2229983#M20759</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-09-09T06:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to add days in a date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-add-days-in-a-date/m-p/2229984#M20760</link>
      <description>Hello,
&lt;BR /&gt;You can create this routine : 
&lt;BR /&gt;
&lt;BR /&gt;public static java.util.Date add_a_day(java.util.Date ref_date) { 
&lt;BR /&gt; 
&lt;BR /&gt; java.util.Calendar cal1 = java.util.Calendar.getInstance();
&lt;BR /&gt; cal1.setTime(ref_date); 
&lt;BR /&gt; java.util.Date date_out;
&lt;BR /&gt; cal1.add(java.util.Calendar.DAY_OF_MONTH, 10);
&lt;BR /&gt; date_out = cal1.getTime();
&lt;BR /&gt; return date_out ;
&lt;BR /&gt; 
&lt;BR /&gt; } 
&lt;BR /&gt;}
&lt;BR /&gt;
&lt;BR /&gt;José</description>
      <pubDate>Tue, 09 Sep 2008 07:13:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-add-days-in-a-date/m-p/2229984#M20760</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-09-09T07:13:50Z</dc:date>
    </item>
  </channel>
</rss>

