Java Date.toString()

Java Date.toString() is a method in the Java Date class that converts the Date object into a human-readable string representation. This is typically used for logging or displaying date information in user interfaces. Introduced in Java 1995 with Java 1.0, toString() is a foundational method for converting Date objects to a readable format.

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