Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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,
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
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