Forum Discussion

Tony2021's avatar
Tony2021
Steel Contributor
May 29, 2022
Solved

Find Last Day of Next Month

Hello Experts,   I am trying to find the last day of next month from a date (ie FundDate) I am using this:  LastDayNxtMo: DateSerial(Year([FundDate]),Month(DateAdd("m",1,[FundDate]))+1,1)-1 ==>B...
  • arnel_gp's avatar
    May 29, 2022
    DateSerial(Year([FundDate]),Month([FundDate])+2,0)