Hi there,
I am trying to do the following comparison:
Invoice.Inv_Issue_Date + @minDays BETWEEN Event.Evnt_Start_Date AND Event.Evnt_Start_Date + 1
And I would like to set the time of Event.Evnt_Start_Date to 00:00AM to compare with because it is stored in the database with a time of 8:30AM and I would like to change that just in the comparision.
Not sure how I would accomplish this.
Start Free Trial