Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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')