Add constructor to LocalDate#135
Closed
shisho585 wants to merge 5 commits intoKosherJava:masterfrom
shisho585:master
Closed
Add constructor to LocalDate#135shisho585 wants to merge 5 commits intoKosherJava:masterfrom shisho585:master
shisho585 wants to merge 5 commits intoKosherJava:masterfrom
shisho585:master
Conversation
The functions name is 'toDate' and 'toLocalDate'.
Owner
|
@shisho585 , can you update this PR for the package name change (as well as a sight change in the file path done for the Maven changes)? |
Contributor
Author
|
I have a mess in my project I'm closing it and up from a new fork. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In java 8 there was added a new object 'LocalDate'.
This object is much easier and simple to use then 'Calendar' or 'Date' for handaling dates.
I added a new constructor to 'JewishDate' and 'JewishCalendar' that supports 'LocalDate'.