Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
jmialoundama
Specialist
Specialist

Timestamp french format

Hi , 

 

I have this format timestamp :  

Capture.JPG

 

 

 

 

 

 

 

 

 

 

I want this timestamp format : 01/01/2018 12:00:00 instead of 1/1/2018 12:00:00 AM

Labels (4)
1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

On your Main script tab, change your TimeStamp format to:

SET TimestampFormat='DD/MM/YYYY hh:mm:ss';

-Rob

View solution in original post

4 Replies
Taoufiq_Zarra

Maye be :

=Timestamp(Timestamp#('1/1/2020 12:00:00 PM','DD/MM/YYYY h:mm:ss TT'))
Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉
jmialoundama
Specialist
Specialist
Author

Hi Tariq, 

I try tour solution but it's doesn't work. 

Taoufiq_Zarra

can you share a sample data

Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

On your Main script tab, change your TimeStamp format to:

SET TimestampFormat='DD/MM/YYYY hh:mm:ss';

-Rob