Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
aveeeeeee7en
Specialist III
Specialist III

Date Format

Hi All

I have date field in this Format:    07-08 8-2013 12:44:11

I need date field in this Format:    07-08-2013 12:44:11

Only Month is in different Format.

I am getting desired result by using this:

SubField(SystemClosedDateTime,'-',1)&'-'&Left(SubField(SystemClosedDateTime,'-',2),2)&'-'&Left(SubField(SystemClosedDateTime,'-',3),4)

Is there any other way which will only change the month Format (08 😎 and rest Date and Year work as it is.

Regards

Aviral Nag

12 Replies
PrashantSangle

Hi,

Please find attached file for your reference.

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 🙂
tresesco
MVP
MVP

Your data is properly formatted, it is just been shown like that. Goto number tab, select timestamp as format.

aveeeeeee7en
Specialist III
Specialist III
Author

Thank You Everyone.