Skip to content
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

ItemCollection - support java.time.LocalDateTime #522

Closed
rsoika opened this issue Jun 15, 2019 · 0 comments
Closed

ItemCollection - support java.time.LocalDateTime #522

rsoika opened this issue Jun 15, 2019 · 0 comments
Labels
Milestone

Comments

@rsoika
Copy link
Member

rsoika commented Jun 15, 2019

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:

  • public LocalDateTime getItemValueLocalDateTime(String aName)

and extend method setItemValue

@rsoika rsoika added the feature label Jun 15, 2019
@rsoika rsoika added this to the 5.0.0 milestone Jun 15, 2019
rsoika added a commit that referenced this issue Jun 15, 2019
added internal converter method which converts LocalDateTime inot Date

Issue #522
@rsoika rsoika closed this as completed Jun 30, 2019
bvfalcon pushed a commit to bvfalcon/imixs-workflow that referenced this issue Jul 6, 2021
added internal converter method which converts LocalDateTime inot Date

Issue imixs#522
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant