package org.argeo.slc.client.ui.dist; /** Constants used across the application. */ public interface DistConstants { /* * MISCEALLENEOUS */ public final static String DATE_TIME_FORMAT = "MM/dd/yyyy, HH:mm"; public final static String DATE_FORMAT = "MM/dd/yyyy"; // this should be directly got in JCR public final static String JCR_IDENTIFIER = "jcr:uuid"; }