You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
resource.expenses.ConversionException: Invalid format for date in 'start': 2016/02/01
at resource.expenses.ExpenseResource.executeFindExpensesInPeriod(ExpenseResource.java:276)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
The text was updated successfully, but these errors were encountered:
The expected format is: yyyy-MM-dd'T'HH:mm'Z'. Maybe there should be a date and a datetime types. Or support for an alternative date-only format. Or we could just fix kirra-angular to send the date in the expected format.
The text was updated successfully, but these errors were encountered: