All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cl.core.util.Dates Maven / Gradle / Ivy

The newest version!
package cl.core.util;

import java.text.DateFormat;
import java.text.SimpleDateFormat;

/**
 * Simple date utilities and constants.
 */
public final class Dates {

    public static DateFormat DATE_TO_STRING_FORMAT = new SimpleDateFormat("EEE MMM dd HH:mm:ss Z yyyy");
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy