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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Get Current Date with milliseconds

Hi,
How can I print the current date, with a precision of milliseconds (HH:mm:ss.SSS)?
Thanks
Labels (2)
2 Replies
Anonymous
Not applicable
Author

Your question actually contains the answer ;-)
If you use HH:mm:ss.SSS in the pattern in the schema it will print date columns in this way (e.g. in a tLogRow).
All Date objects keeps the values with milliseconds already. You do not have to do any additional settings.
Anonymous
Not applicable
Author

Thank you, I've used 'TalendDate.getDate("CCYY-MM-DD hh:mm:ss.SSS")'.