function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Nancy JNancy J 

Have a custom field for First Meeting Date and want a formula for First Meeting Date Month. How would I write that please?

There is a custom date field in the Opportunity object for First Meeting Date.  I need a rolling 14 less 60 days report and think that I need a formula field for First Meeting Date month.  Do you agree?
@anilbathula@@anilbathula@
Hi nancyjacobs,

use this formula in ur formula field and make its return type as number.
MONTH(Firstdatemeeting__c).

Thanks
Anil.B