I am trying to calculate the date range (from the 1st of the month to the last day) of a month three months from now.
I tried the formula below but the problem is that its adding months based on the date today and not the first. how can alter the currentdate formula to return the current date as the 1st of a month?
{PML_LEASE__LEASE.Original_Lease_End}> DateAdd ("m",3 ,[highlight #FCE94F]CurrentDate[/highlight] ) And {PML_LEASE__LEASE.Original_Lease_End}<DateAdd ("m",5 ,[highlight #FCE94F]CurrentDate[/highlight] )
Thanks
I tried the formula below but the problem is that its adding months based on the date today and not the first. how can alter the currentdate formula to return the current date as the 1st of a month?
{PML_LEASE__LEASE.Original_Lease_End}> DateAdd ("m",3 ,[highlight #FCE94F]CurrentDate[/highlight] ) And {PML_LEASE__LEASE.Original_Lease_End}<DateAdd ("m",5 ,[highlight #FCE94F]CurrentDate[/highlight] )
Thanks