توضیح پروژه
Suppose you need a Simple Date class that stores just a day, month, and year. Its getDate method returns a string with that date in the format (month day, year) or the format (day month year), depending on its parameter. Create an interface for Simple Date and then create a class that implements it. Use the Adapter pattern with the Calendar class in Java. Note: This problem requires you to use Java
www.barnamejoo.com