Oct/05
26
Crystal Reports: LastDayOfPrevMonth() Function
No comments · Posted by Craig Buchanan in Functions
Crystal Reports custom function to calculate the last day of the prior month.
Function ()
Date(Year(CurrentDate), Month(CurrentDate),1)-1;
Parameters
None
Remarks
None
Example
LastDayOfPrevMonth
Requirements
This function requires the use of Crystal Syntax.
No tags
