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: 
RaimondsR
Contributor
Contributor

Date format

Hi!

Maybe someone could help me to solve one problem. 

 

Time format, which comes from one report is dd.mm.yy hh:mm:ss (there is space before dd), what i should get is dd.mm.yyyy, maybe anyone could help with this?

At moment tried use those 2 formulas : 

Date(Date#( Datums,'DD.MM.YYYY')) as add_date,

Date(Floor(TimeStamp#(Datums,'DD/MM/YY hh:mm:ss')),'DD/MM/YYYY') as add_date,

Bouth formulas returns "-".

 

Labels (2)
3 Replies
Durgadevikumar
Partner - Contributor III
Partner - Contributor III

Hi,

try,

Timestamp(Timestamp#(Datums,'dd.mm.yy hh:mm:ss'),'dd.mm.yy') as add_date

Regards,

DurgadeviKumar

sunny_talwar

May be this

Date(Floor(TimeStamp#(Trim(Datums), 'DD.MM.YY hh:mm:ss')),'DD/MM/YYYY') as add_date

 

Brett_Bleess
Former Employee
Former Employee

You have been provided two responses to your question, we would greatly appreciate it if you would close out the thread by using the Accept as Solution button on the post(s) that helped resolve things.  This gives the poster(s) credit for the help and lets other Members know what worked.  If you still have further questions, or did something else, please leave an update post, and if you did do something else, you can post what you did and use the Accept as Solution button on that post after posting...

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.