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

org.redmine.ta.internal.RedmineDateUtils Maven / Gradle / Ivy

package org.redmine.ta.internal;

/**
 * Redmine date conversion utils.
 *
 * @author maxkar
 */
public final class RedmineDateUtils {
	/**
	 * Full date format.
	 */
	public static final LocalDateFormat FULL_DATE_FORMAT = new LocalDateFormat(
			"yyyy/MM/dd HH:mm:ss Z");

	/**
	 * Short date format.
	 */
	public static final LocalDateFormat SHORT_DATE_FORMAT = new LocalDateFormat(
			"yyyy/MM/dd");
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy