locating the nearest business day

G

garhone

Hi,

I'm trying to figure out, given a date, which is the next closest
business day, AFTER the given date. I've tried looking at Date::Manip
and Date::Calc modules, but am getting nowhere.

I think it's a combination of functions that can achieve this, but so
far, I've only gotten
Date::Calc's Day_of_Week to see if today is a business day.

Any help would be appreciated.

Thanks.
 
S

SSS

garhone said:
Hi,

I'm trying to figure out, given a date, which is the next closest
business day, AFTER the given date. I've tried looking at Date::Manip
and Date::Calc modules, but am getting nowhere.

I think it's a combination of functions that can achieve this, but so
far, I've only gotten
Date::Calc's Day_of_Week to see if today is a business day.

Any help would be appreciated.

Thanks.

Using Date::Manip, e.g. next business day after today:

DateCalc("today","+ 1 business days")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,525
Members
44,997
Latest member
mileyka

Latest Threads

Top