I am looking for the Crystal Syntax (V7) for the datediff,Dateadd VB syntax functionality.
Here's the example I am trying to convert.
DateAdd("d', -(Weekday({Date_Time_Field}), crSunday} -1), ({Date_Time_Field})
You can see that I any trying to return a string of the first day of the week.
Here's the example I am trying to convert.
DateAdd("d', -(Weekday({Date_Time_Field}), crSunday} -1), ({Date_Time_Field})
You can see that I any trying to return a string of the first day of the week.