Re: Date::Manip DateCalc

2013-03-29 Thread Lawrence Statton
On 03/29/2013 03:01 PM, Grant wrote: I'm getting strange results from a business days calculation with Date::Manip. Everything works as expected if I use a number of days between 1 and 6, but after 6 the resulting date doesn't seem to be based on business days. It is worth noting - the docume

Re: Date::Manip DateCalc

2013-03-29 Thread Grant
>> I'm getting strange results from a business days calculation with >> Date::Manip. Everything works as expected if I use a number of days >> between 1 and 6, but after 6 the resulting date doesn't seem to be >> based on business days. >> >> my $unparsed_date = DateCalc("today","+ 6 days",3); >>

Re: Exposed Email Addresses

2013-03-29 Thread John SJ Anderson
Hi, List Mom here. This conversation is pretty far over the "off-topic" line -- there's nothing in this thread about Perl. Yes, if you post to this list, your email address may be exposed on the Internet. If that's not an acceptable risk for you, you'll have to find another forum for your Perl beg

Re: Exposed Email Addresses

2013-03-29 Thread James Griffin
.. Wed 27.Mar'13 at 15:39:45 -0700 Angela Barone ... > I just noticed something that's very disconcerting. Our email > addresses are being posted online from this mailing list. Does anyone know > about this? I was doing a search when I came across this page: > > http:/

Re: Date::Manip DateCalc

2013-03-29 Thread Owen
> I'm getting strange results from a business days calculation with > Date::Manip. Everything works as expected if I use a number of days > between 1 and 6, but after 6 the resulting date doesn't seem to be > based on business days. > > my $unparsed_date = DateCalc("today","+ 6 days",3); > my $da

Date::Manip DateCalc

2013-03-29 Thread Grant
I'm getting strange results from a business days calculation with Date::Manip. Everything works as expected if I use a number of days between 1 and 6, but after 6 the resulting date doesn't seem to be based on business days. my $unparsed_date = DateCalc("today","+ 6 days",3); my $date = UnixDate(