Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
try this : =date(MonthEnd(date#('23052018','DDMMYYYY')),'DDMMYYYY')
try this : =date(MonthEnd(date#('23052018','DDMMYYYY')),'DDMMYYYY')
thank you
ET ENDMONTH = Date(MonthEnd(date#('23052018','DDMMYYYY')),'MMDDYYYY')