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.client.ui.calendar.schedule.
Class DateUtil
- java.lang.Object
-
- com.vaadin.client.ui.calendar.schedule.DateUtil
-
-
Constructor Summary
Constructors Constructor and Description DateUtil()
-
Method Summary
All Methods Modifier and Type Method and Description static boolean
compareDate(Date date1, Date date2)
Checks if dates are same day without checking datetimes.
static String
formatClientSideDate(Date date)
static String
formatClientSideTime(Date date)
-
-
-
Method Detail
-
compareDate
public static boolean compareDate(Date date1, Date date2)
Checks if dates are same day without checking datetimes.
Parameters:
date1
-date2
-Returns:
-
formatClientSideDate
public static String formatClientSideDate(Date date)
Parameters:
date
- the date to formatReturns:
given Date as String, for communicating to server-side
-
-