Do not input private or sensitive data. View
Qlik Privacy & Cookie Policy.
Skip to main content
Unlock a world of possibilities!
Login
now and discover the exclusive benefits awaiting you.
Expand
Move to Qlik Cloud
Forums
Support
Discover
Blogs
Events
Qlik.com
Qlik Services
Qlik.com
|
Qlik Services
|
Qlik Help
|
All community
This category
This board
Knowledge base
Users
Products
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Ask a Question
Help
Sign In / Register
All community
This category
This board
Knowledge base
Users
Products
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources
here.
Qlik Community
:
Forums
:
Data Integration
:
Products & Topics
:
Talend Studio
:
How to add days in a date
Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
All community
This category
This board
Knowledge base
Users
Products
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Anonymous
Not applicable
2008-09-05
10:14 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
How to add days in a date
Hi,
I am new to talend and figuring out how to add 10 days to a date coming from the source in Tmap.
Labels
(2)
Labels
Subscribe by Topic:
Other
Talend Data Integration
Ditto - same here!
All forum topics
Previous Topic
Next Topic
3 Replies
Anonymous
Not applicable
2008-09-08
10:44 PM
Author
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
Hello Sheffy Gupta
what are your really expected result? Can you take an example?
Best regards
shong
Anonymous
Not applicable
2008-09-09
02:11 AM
Author
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
Hi,
you have to convert your date in a Calender. You can found some more information and examples here:
Java API
Examples
Bye
Volker
Anonymous
Not applicable
2008-09-09
03:13 AM
Author
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
Hello,
You can create this routine :
public static java.util.Date add_a_day(java.util.Date ref_date) {
java.util.Calendar cal1 = java.util.Calendar.getInstance();
cal1.setTime(ref_date);
java.util.Date date_out;
cal1.add(java.util.Calendar.DAY_OF_MONTH, 10);
date_out = cal1.getTime();
return date_out ;
}
}
José
Post Reply
Tags
talend
studio
Talend Studio
java
api
json
Talend Data Integration
tmap
etl
rest
xml
zip
archive
child
configuration
connection
dynamic schema
ESB
excel
import
View All ≫
Community Browser
Forums
Data Integration & Quality
Products & Topics
Administering and Monitoring
Catalog and Lineage
Component Development
Qlik Compose
Data Movement & Streaming
Data Quality
Qlik Gold Client
Installing and Upgrading
Qlik Replicate
Stitch
Talend Cloud
Talend Data Catalog
Talend Studio
Analytics
Topics
AI/ML
New! Qlik Answers
Qlik Predict
Insight Advisor
Forums by Product
Products (A-Z)
Groups
Industry and Topics
Location and Language
Leader
Archive
Archived Discussions
Archived Groups