[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Specific Date functions in Octave
From: |
Carnë Draug |
Subject: |
Re: Specific Date functions in Octave |
Date: |
Wed, 4 Jul 2012 15:47:18 +0100 |
On 4 July 2012 15:16, Mark Lytle <address@hidden> wrote:
>
> Hello all,
>
> What function would i use to determine the number of business days between
> 2 dates?
>
> And the complementary function I'm looking for would add a number of
> business days to a given date to project a new date. Does anybody know what
> those function names are?
Hi Mark
look into the financial package
(http://octave.sourceforge.net/financial/index.html). It has a bunch
of date related functions, including the ones you are asking about.
Carnë