aboutsummaryrefslogtreecommitdiffstats
path: root/client/src/com/vaadin/client/DateTimeService.java
Commit message (Collapse)AuthorAgeFilesLines
* Make public getLogger functions private (#17645)Teemu Suo-Anttila2015-04-271-1/+1
| | | | Change-Id: Ic5cb52a522039fbcbcbf0349cedd81e8eae2f6a1
* VConsole logging -> java.util.loggingArtur Signell2015-04-131-11/+16
| | | | Change-Id: Id1b04e1335f0906f8de2d514ff11bc744dc14c49
* Fixed incorrect week numbers in DateField (#14437)Teemu Pöntelin2014-08-201-1/+5
| | | | | | | | | | | Daylight saving time caused problems with the week number calculation in the DateTimeService.getISOWeekNumber(Date d) method. If the given date was inside a DST period, there was a rounding error when calculating the number of days from the beginning of the year. As a result the week numbers were calculated incorrectly in a case where the year started with a Thursday (like for example 2015 and 2026). Change-Id: Ib3d045ea0b9a1acc44b6f28487b064b3c2b76bb9
* Update copyright year to 2014Artur Signell2014-04-161-1/+1
| | | | Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
* Fixed "EEE" in DateField's date pattern (#13443)Teemu Pöntelin2014-03-141-1/+1
| | | | Change-Id: Ib82d901fbf65dc39c06b117c68bb0191f0fd8e68
* Use correct day names when formatting dates (#6207)Artur Signell2013-06-041-2/+46
| | | | Change-Id: I2010f87ef4f9359cdc95104cc02c83355a8630ed
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-2/+2
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Constants -> enums (#9072)Pekka Hyvönen2012-09-111-7/+7
| | | | Patch from Pekka with minor changes (ButtonCode -> MouseButton, FilteringMode -> ComboBox)
* Renamed com.vaadin.terminal.gwt.client to com.vaadin.client (#9432)Artur Signell2012-08-291-0/+451