Java com.google.gwt.user.datepicker.client CalendarUtil fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.user.datepicker.client CalendarUtil fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.user.datepicker.client CalendarUtil.

The text is from its open source code.

Method

voidaddDaysToDate(Date date, int days)
Adds the given number of days to a date.
voidaddMonthsToDate(Date date, int months)
Adds the given number of months to a date.
DatecopyDate(Date date)
Copies a date.
intgetDaysBetween(Date start, Date finish)
Returns the number of days between the two dates.
intgetStartingDayOfWeek()
Returns the day of the week on which week starts in the current locale.
voidresetTime(Date date)
Resets the date to have no time modifiers.
voidsetToFirstDayOfMonth(Date date)
Sets a date object to be at the beginning of the month and no time specified.