Add x number of business days to a date

  • Anyone have or know of a script to get a date based on a number of business days passed in (e.g. to a function).

    E.g., I'd like to calculate the date 10 business days from today.....

    Thanks in advance

  • Where are you going to get your list of holidays from?

    If you are not using holidays, then your specific problem is dead easy: 10 business days is always exactly 14 calendar days, so just add 14 days.

    [font="Times New Roman"]-- RBarryYoung[/font], [font="Times New Roman"] (302)375-0451[/font] blog: MovingSQL.com, Twitter: @RBarryYoung[font="Arial Black"]
    Proactive Performance Solutions, Inc.
    [/font]
    [font="Verdana"] "Performance is our middle name."[/font]

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply