com.maileon.api.DateTimeConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of maileon-api-client Show documentation
Show all versions of maileon-api-client Show documentation
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