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

com.maileon.api.DateTimeConstants Maven / Gradle / Ivy

Go to download

Client for Customer API of Maileon. The API Documentation is avalable under https://dev.maileon.com

The newest version!
package com.maileon.api;

/**
 *
 * @author ischuraev
 */
public final class DateTimeConstants {

    public static final String SQL_DATE_TIME_FORMAT = "yyyy-MM-dd HH:mm:ss";
    public static final String SQL_DATE_FORMAT = "yyyy-MM-dd";

    private DateTimeConstants() {
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy