Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
veryimportantdude
Contributor III
Contributor III

Date time

I would like to insert into table with tMap(if possible) current date and time in format yyyy-MM-dd HH:mm:ss
thank you
Labels (2)
3 Replies
alevy
Specialist
Specialist

TalendDate.getDate("yyyy-MM-dd HH:mm:ss")
veryimportantdude
Contributor III
Contributor III
Author

Thanx It worked but I also had to set field type in postgres to timestamp without time zone and now it works.
Anonymous
Not applicable

Does anyone know how to pull only data from current date or run date? Or how to use compare date from date in table to run date or current date?