We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should support the new class
java.time.LocalDateTime
Similar to the handling of Calendar/Date objects we can do a kind of silent conversion from LocalDateTime to Date
New Methods:
and extend method setItemValue
The text was updated successfully, but these errors were encountered:
added support for LocalDateTime classes
ae72793
added internal converter method which converts LocalDateTime inot Date Issue #522
7a4258b
added internal converter method which converts LocalDateTime inot Date Issue imixs#522
No branches or pull requests
We should support the new class
Similar to the handling of Calendar/Date objects we can do a kind of silent conversion from LocalDateTime to Date
New Methods:
and extend method setItemValue
The text was updated successfully, but these errors were encountered: