Skip to content

A utility class to calculate working minutes/hours/days between two given dates unlike the simple difference between two dates.

Notifications You must be signed in to change notification settings

causecode/work-time-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work Time Calculator

A simple library to calculate working minutes or days between two given dates unlike simple difference between two dates. See the BusinessTimeCalculator.java

See BusinessTimeCalculatorTest.java for various usage.

Defaults

  1. The default working hours is set from 09:30 AM to 06:30 PM and can be changed via the setWorkingTime() method.
  2. The default weekends are set to Saturday & Sunday and be changed via the setWeekends() method.

About

A utility class to calculate working minutes/hours/days between two given dates unlike the simple difference between two dates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages