We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.shared.ui.calendar.
Class DateConstants
- java.lang.Object
-
- com.vaadin.shared.ui.calendar.DateConstants
-
All Implemented Interfaces:
public class DateConstants extends Object implements Serializable
Since:
7.1
See Also:
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACTION_DATE_FORMAT_PATTERN
static String
CLIENT_DATE_FORMAT
static String
CLIENT_TIME_FORMAT
static long
DAYINMILLIS
static int
DAYINMINUTES
static long
HOURINMILLIS
static int
HOURINMINUTES
static long
MINUTEINMILLIS
static long
WEEKINMILLIS
-
Constructor Summary
Constructors Constructor Description DateConstants()
-
-
-
Field Detail
-
ACTION_DATE_FORMAT_PATTERN
public static final String ACTION_DATE_FORMAT_PATTERN
See Also:
-
CLIENT_DATE_FORMAT
public static final String CLIENT_DATE_FORMAT
See Also:
-
CLIENT_TIME_FORMAT
public static final String CLIENT_TIME_FORMAT
See Also:
-
MINUTEINMILLIS
public static final long MINUTEINMILLIS
See Also:
-
HOURINMILLIS
public static final long HOURINMILLIS
See Also:
-
DAYINMILLIS
public static final long DAYINMILLIS
See Also:
-
WEEKINMILLIS
public static final long WEEKINMILLIS
See Also:
-
DAYINMINUTES
public static final int DAYINMINUTES
See Also:
-
HOURINMINUTES
public static final int HOURINMINUTES
See Also:
-
-