Hello,
Does anyone know if there is a function in crystal that can determine that last day of a given month?
Im converting String values such as January, February,...
to months and getting the first day is no problem, but I having trouble calculating the last day.
THis is what I am using to find the 1st day of each month....
if {?MonthParam} = "January" then 01 else
if {?MonthParam} = "February" then 02 else
if {?MonthParam} = "March" then 03
Thanks
Andy
Does anyone know if there is a function in crystal that can determine that last day of a given month?
Im converting String values such as January, February,...
to months and getting the first day is no problem, but I having trouble calculating the last day.
THis is what I am using to find the 1st day of each month....
if {?MonthParam} = "January" then 01 else
if {?MonthParam} = "February" then 02 else
if {?MonthParam} = "March" then 03
Thanks
Andy