Skip to main content
What is the formula I would use to determine the number of days between two dates in Salesforce?
4 respuestas
  1. 13 dic 2020, 2:39
    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