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: 
souadouert
Specialist
Specialist

formating date

Hello

I have probleme with formating daate function, So i used this function to return the last day in month


LET ENDMONTH = date#(MonthEnd(date#('23052018','DDMMYYYY')),'MMDDYYYY');



and i want to this function return 31052018 But this statement return  05\31\2018

1 Solution

Accepted Solutions
jaumecf23
Creator III
Creator III

try this :  =date(MonthEnd(date#('23052018','DDMMYYYY')),'DDMMYYYY')

View solution in original post

3 Replies
jaumecf23
Creator III
Creator III

try this :  =date(MonthEnd(date#('23052018','DDMMYYYY')),'DDMMYYYY')

souadouert
Specialist
Specialist
Author

thank you

sasiparupudi1
Master III
Master III

ET ENDMONTH = Date(MonthEnd(date#('23052018','DDMMYYYY')),'MMDDYYYY')