How to get count of every month between two dates?
Question posted by sanjeevj0760 on December 4, 2019
- Views (27)
- Replies (2)
- Login to like
- Reply
Reply posted on December 5, 2019 by Abhinav7Pega
Hi, We can use, DateTimeDifference method for calculating difference in months between two dates. Below is the example we have used in our application (CSHC). Ex: @(Pega-RULES:DateTime).DateTimeDifference(D1,D2) Thanks, Abhinav