public class DateTimeFormatUtils extends Object
Constructor and Description |
---|
DateTimeFormatUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
getDateFormat()
Returns the configured Javascript date picker format.
|
static String |
getDateTimeFormat()
Returns the configured Javascript date-time picker format.
|
static String |
getTimeFormat()
Returns "12" or "24" from the Javascript date-time picker format.
|
public static String getDateFormat()
ie the format stored in the "jira.date.picker.javascript.format" application property.
public static String getDateTimeFormat()
ie the format stored in the "jira.date.time.picker.javascript.format" application property.
public static String getTimeFormat()
getDateTimeFormat()
Copyright © 2002-2016 Atlassian. All Rights Reserved.