I am trying to use the DateAdd function to add weekdays to a variable I am using but it only returns actual days not weekdays.
Here is the code I am using:
<cfset ticketApproveDate = DateAdd("w",3,#Now()#)>
Anyone else have this problem or know why this is happening?
Thanks Allan Jagos
Web Developer
Robinson & Cole LLP
Here is the code I am using:
<cfset ticketApproveDate = DateAdd("w",3,#Now()#)>
Anyone else have this problem or know why this is happening?
Thanks Allan Jagos
Web Developer
Robinson & Cole LLP