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