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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Date and Time from functions

Hi,

I wanted to display the current time like DD/MM/YYYY HH:MM:SS

Ex: 23/12/2015 23:13:21

Thanks,

1 Solution

Accepted Solutions
sunny_talwar

Try this:

TimeStamp(Now(1), 'DD/MM/YYYY hh:mm:ss')

View solution in original post

2 Replies
sunny_talwar

Try this:

TimeStamp(Now(1), 'DD/MM/YYYY hh:mm:ss')

Not applicable
Author

Thanks Sunny worked well.

Thanks,