Hi,
Below formula is for month specific
If(Month(ThisItem.CreatedDt) = Month(Now()),DisplayMode.Disabled,DisplayMode.Edit)
can any one suggest for 'year' also. Formula should match for both Month & Year.
Thanks.
Solved! Go to Solution.
hi @SSDhul92
If(And(Year(ThisItem.CreatedDt) = Year(Today()), Month(ThisItem.CreatedDt) = Month(Today()),a,b)
hope this helps
hi @SSDhul92
If(And(Year(ThisItem.CreatedDt) = Year(Today()), Month(ThisItem.CreatedDt) = Month(Today()),a,b)
hope this helps