Skip to content

matt-tro/getweeks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

getweeks

it es no

Obtain all week limits from a period included between two dates in Java.

Using the functionalities of free Joda-Time library, this little project allows to obtain all limit weeks from a period included between two dates.

Requirements

This project requires Joda-Time library (>= 2.9.9) and JRE (Java Runtime Environment) 1.8.

Example of usage and output

Run the java executable with two parameters: the start and the end date, both in YYYY-MM-DD format.

java -jar getweeks 2017-01-01 2017-02-02  

Output:

2017-01-02 - 2017-01-08  
2017-01-09 - 2017-01-15  
2017-01-16 - 2017-01-22  
2017-01-23 - 2017-01-29  
2017-01-30 - 2017-02-02  

Mantainers

  • Mattia Trombon (project manager)
  • Marco Bimbati
  • Francesca Reale
  • Hellen Miriam Diego Lazaro
  • Fonta22
  • Nilis24

About

Obtain weeks limit from a period in Java

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages