I'm a newbie.
Is there a package or library out there which is useful in finding and
using dates. For example, I want to determine if a date is a business
day. I also need a holiday schedule so I can look ahead to plan/sort
application processing dates. Any ideas? Thanks, Chris
> I'm a newbie.
>
> Is there a package or library out there which is useful in finding and
> using dates. For example, I want to determine if a date is a business
> day. I also need a holiday schedule so I can look ahead to plan/sort
> application processing dates. Any ideas? Thanks, Chris
Look at java.util.Calendar

Signature
Thanks in Advance... http://ichbin.9999mb.com
IchBin, Pocono Lake, Pa, USA
______________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
Hi Chris,
The following article about dates in java might help you. Take a look
at this,
http://www.onjava.com/pub/a/onjava/2003/06/05/java_calendar.html
-Sundar
> I'm a newbie.
>
> Is there a package or library out there which is useful in finding and
> using dates. For example, I want to determine if a date is a business
> day. I also need a holiday schedule so I can look ahead to plan/sort
> application processing dates. Any ideas? Thanks, Chris
CLS - 29 Dec 2006 03:49 GMT
> Hi Chris,
> The following article about dates in java might help you. Take a look
[quoted text clipped - 3 lines]
>
> -Sundar
Sundar -- Very helpful, thanks. I found something on the net called jFin,
it seems to be very complete and well-written...this provides quite a few
wrappers and interfaces to simply financial date processing. I've had a
steep learning curve, though, figuring out how Java handles dates, so this
link is appreciated.