Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

A good Business calendar library in Java? [closed]

Does anyone knows a good business calendar library in java?

It should handle easy :) date calculations, taking holidays into account.

Ideally, besides configuring holidays and company off days, we should also be able to configure 'working hours' on a day basis so we can calculate SLA's and KPI's on working hours.

I know something like this is part of jboss jBpm, but I was wondering if their was any other project doing this.

Off course, open source is a big plus point!

like image 409
HeDinges Avatar asked Jun 25 '09 16:06

HeDinges


People also ask

Which Java package is used for date calendar?

Java Calendar class is an abstract class that provides methods for converting date between a specific instant in time and a set of calendar fields such as MONTH, YEAR, HOUR, etc.

Is there a calendar class in Java?

The Calendar class is an abstract class that provides methods for converting between a specific instant in time and a set of calendar fields such as YEAR , MONTH , DAY_OF_MONTH , HOUR , and so on, and for manipulating the calendar fields, such as getting the date of the next week.

How do I get the day of the week in Java?

To get the day of the week, use Calendar. DAY_OF_WEEK.


1 Answers

Check out this library, it has functionality for holidays and such, it's built around joda.

http://objectlabkit.sourceforge.net/

like image 71
eli Avatar answered Oct 10 '22 17:10

eli