Skip to main content
Announcements
UPGRADE ADVISORY for Qlik Replicate 2024.5: Read More
cancel
Showing results for 
Search instead for 
Did you mean: 
TTH1
Contributor II
Contributor II

How to get DATE format as (05/10/2023 04:54:27)

Hi All,

In replicate if i do DATETIME('NOW')  the format is changed..I need this format DD-MM-YYYY HH:MM:SS 

Could you please advice.

Thank you,

 

Labels (1)
1 Solution

Accepted Solutions
Arun_Arasu
Support
Support

Hello @TTH1 ,

Thanks for reaching Qlik community,

Can you please try the below function and let us know if that helps with your request

strftime('%d-%m-%Y %H:%M:%S', 'now', 'localtime')

OR

strftime('%d-%m-%Y %H:%M:%S', 'now')

 

Thanks & Regards

Arun

 

View solution in original post

1 Reply
Arun_Arasu
Support
Support

Hello @TTH1 ,

Thanks for reaching Qlik community,

Can you please try the below function and let us know if that helps with your request

strftime('%d-%m-%Y %H:%M:%S', 'now', 'localtime')

OR

strftime('%d-%m-%Y %H:%M:%S', 'now')

 

Thanks & Regards

Arun