Class Dates


  • public final class Dates
    extends Object
    • Method Detail

      • copy

        public static Date copy​(Date d)
        Creates a copy on a Date.
        Parameters:
        d - The Date to copy, can be null
        Returns:
        null when the input Date was null, a copy of the Date otherwise