-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Date formatting - make use of @ClientCallable that returns value #64
Comments
This may be more difficult than it seems, as the |
not sure if this is a good idea will require version bump, as it is backwards incompatible
does not work for basically anything else
there are limitations and there are too many workarounds...
issues left to fully support server-side date formatting:
the last issue probably will never work, because of |
closing this, as it will likely never get implemented - current if there ever comes a need for even wilder pattern generation, the existing code can be modified; point being with the current design of date picker it is not possible to fully do it server-side |
In Vaadin 14.2 methods annotated with
@ClientCallable
can return value. This means that custom date formatting and parsing can be done on the server, with completely custom methods.This probably will remove the js generator in favour of a proper method that parses and formats based on
DatePattern
object.The text was updated successfully, but these errors were encountered: