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: 
kevbrown
Creator II
Creator II

Date format

Hi,

I have a spreadsheet which contains a date column. However, some of the dates are formated as dd/mm/yyyy and some are dd.mm.yyyy. Is there a way of formatting all these date as dd/mm/yyyy

Thanks

3 Replies
Not applicable

Try like below,

alt(date(date#(DateField,'dd/mm/yyyy'),'DD-MM-YYYY'),date(date#(DateField,'dd.mm.yyyy'),'DD-MM-YYYY')) as Date

MK_QSL
MVP
MVP

Date(Alt(

     Date#(DateField,'DD/MM/YYYY'),

     Date#(DateField,'DD.MM.YYYY')

),'DD/MM/YYYY') as DateField

PrashantSangle

Hi,

use MM(capital) instead of mm(lower case)

mm-> denotes minutes

MM-> denotes Month

Kind Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂