Question
1
Replies
25
Views
Cognizant Technology
Posted: June 6, 2020
Last activity: June 8, 2020
creating pop up under a condtion
I want to create a popup window under a condition is difference between current date and particular date should be less than 66 days.
***Edited by Moderator: Pallavi to move from Pega Academy to General***
Hi,
If you are looking for how to find the difference in days you can use the expression below,
@round(@DateTime.DateTimeDifference(CurrentDateTime(),Param.Date2,D))