Class Month

java.lang.Object
java.util.Date
java.sql.Date
com.storedobject.core.Month
All Implemented Interfaces:
Displayable, Serializable, Cloneable, Comparable<Date>

public class Month extends Date implements Displayable
Represents a specific month by extending the Date class. This class ensures that the time is normalized to the first day of the month, with time components such as hours, minutes, seconds, and milliseconds set to zero. It implements the Displayable interface to provide a string representation suited for display purposes.
Author:
Syam
See Also: