Skip to main content
What is the formula I would use to determine the number of days between two dates in Salesforce?
답변 4개
  1. 2020년 12월 13일 오전 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