I first made a formula field for my test date
TestDate = date(‘12/1/2021’)
Then two Formula Fields
First_Of_Month Formula:= field(“TestDate”) - days(day(field(“TestDate”)) - 1)
End_Of_Month Formula:= (field(“First_Of_Month”) + month(1)) - days(1)
I first made a formula field for my test date
TestDate = date(‘12/1/2021’)
Then two Formula Fields
First_Of_Month Formula:= field(“TestDate”) - days(day(field(“TestDate”)) - 1)
End_Of_Month Formula:= (field(“First_Of_Month”) + month(1)) - days(1)