Java Date.clone()

Java Date.clone() is a method in the Java Date class that creates a copy of the Date object. This method is useful for scenarios requiring independent manipulations of Date instances without affecting the original. Introduced in Java 1995 with Java 1.0, clone() simplifies creating duplicate date objects in applications handling temporal data.

https://docs.oracle.com/javase/8/docs/api/java/util/Date.html