632
How to find number of days between two dates using Apex?
Integer noOfDays = startDate.daysBetween(endDate);
How to find number of days between two dates using Apex?
Integer noOfDays = startDate.daysBetween(endDate);
3x Salesforce MVP | Platform Champion | 22x Salesforce Certified | MuleSoft Certified | All Star Ranger | TechForce Services | Sydney | Australia