public class FormatUtil
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DATE_FORMAT |
static java.lang.String |
DATE_FORMAT_WITH_TIMEZONE |
| Constructor and Description |
|---|
FormatUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.text.SimpleDateFormat |
getDateFormat() |
static java.text.SimpleDateFormat |
getTimeZoneFormat()
Used with dates in rules since they are not stored as a Timestamp type (and thus not converted to a specific database
timezone on a save).
|
public static final java.lang.String DATE_FORMAT
public static final java.lang.String DATE_FORMAT_WITH_TIMEZONE
public static java.text.SimpleDateFormat getDateFormat()
public static java.text.SimpleDateFormat getTimeZoneFormat()
Copyright © 2018. All Rights Reserved.