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

jp.springbootreference.smartdatestring.SmartDate Maven / Gradle / Ivy

There is a newer version: 1.1
Show newest version
package jp.springbootreference.smartdatestring;

import java.text.SimpleDateFormat;

public abstract class SmartDate {

    protected static SimpleDateFormat generateSimpleFormat(String format){
        return new SimpleDateFormat(format);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy