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: 
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,