When trying to get the week number for fiscal year I'm getting exception that the return value does not match the method signature.
There seems some problem with auto boxing, or the return type should be fixed.
GWT 2.5.1
SmartGWT 3.1 2013-07-08
code to reproduce
There seems some problem with auto boxing, or the return type should be fixed.
GWT 2.5.1
SmartGWT 3.1 2013-07-08
code to reproduce
Code:
DateUtil.getFiscalWeek(new Date (), DateUtil.getFiscalCalendar())
Comment