Package org.apache.openmeetings.db.util
Class FormatHelper
- java.lang.Object
-
- org.apache.openmeetings.db.util.FormatHelper
-
public class FormatHelper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringformatUser(User u)static StringformatUser(User u, boolean isHTMLEscape)static org.apache.commons.lang3.time.FastDateFormatgetDateFormat(User u)static org.apache.commons.lang3.time.FastDateFormatgetDateTimeFormat(User u)static org.apache.commons.lang3.time.FastDateFormatgetTimeFormat(User u)
-
-
-
Method Detail
-
getDateFormat
public static org.apache.commons.lang3.time.FastDateFormat getDateFormat(User u)
-
getTimeFormat
public static org.apache.commons.lang3.time.FastDateFormat getTimeFormat(User u)
-
getDateTimeFormat
public static org.apache.commons.lang3.time.FastDateFormat getDateTimeFormat(User u)
-
-