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

top.bluesword.util.constants.DateFormatConstants Maven / Gradle / Ivy

The newest version!
package top.bluesword.util.constants;

/**
 * 日期格式常量
 *
 * @author 李林峰
 */
public final class DateFormatConstants {

    /**
     * 标准日期格式 "yyyy-MM-dd"
     */
    public static final String STANDARD_DATE_FORMAT = "yyyy-MM-dd";
    /**
     * 标准日期时间格式 "yyyy-MM-dd HH:mm:ss"
     */
    public static final String STANDARD_DATETIME_FORMAT = "yyyy-MM-dd HH:mm:ss";

    private DateFormatConstants() {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy