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

com.fengwenyi.javalib.constant.DateTimePattern Maven / Gradle / Ivy

There is a newer version: 3.0.1
Show newest version
package com.fengwenyi.javalib.constant;

/**
 * @author Erwin Feng
 * @since 2021-12-02
 */
public class DateTimePattern {

    public static final String DATE_TIME = "yyyy-MM-dd HH:mm:ss";
    public static final String DATE = "yyyy-MM-dd";
    public static final String TIME = "HH:mm:ss";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy