/ Published in: Other
Expand |
Embed | Plain Text
Local DateVar startdate := {TABLE.DATE}; // Start date Local DateVar enddate := Today; // End Date (use todays) Local NumberVar days:= Datediff("d",startdate, enddate); // Difference in days "Day Difference: "&int(days)&" days" // Output
You need to login to post a comment.
