Skip to main content
What is the formula I would use to determine the number of days between two dates in Salesforce?
4 answers
  1. Dec 13, 2020, 2:39 AM
    Hi Denise,

     

    You may use below formula:

     

    End_Date__c - Start_Date__c

     

    If you want to find number of days from Today then you may use:

     

    Today() - Date__c
0/9000