Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Getting the first and last day of a quarter:

Let’s consider that a java.util.Date is given. Write a program that returns the first and last day of the quarter containing this date. Represent the returned days as Date (implementation based on Calendar) and LocalDate (implementation based on JDK 8 Date/Time API).