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

Add toInstantOrNull(Date) to KiwiDateTimeConverters #823

Closed
sleberknight opened this issue Dec 26, 2022 · 0 comments · Fixed by #827
Closed

Add toInstantOrNull(Date) to KiwiDateTimeConverters #823

sleberknight opened this issue Dec 26, 2022 · 0 comments · Fixed by #827
Assignees
Labels
new feature A new feature such as a new class, method, package, group of classes, etc.
Milestone

Comments

@sleberknight
Copy link
Member

Add a null-safe wrapper for Date#toInstant

@sleberknight sleberknight added the new feature A new feature such as a new class, method, package, group of classes, etc. label Dec 26, 2022
@sleberknight sleberknight added this to the 2.5.0 milestone Dec 26, 2022
@sleberknight sleberknight changed the title Add instantFromDateOrNull to KiwiInstants Add toInstantOrNull to KiwiDateTimeConverters Dec 26, 2022
@sleberknight sleberknight changed the title Add toInstantOrNull to KiwiDateTimeConverters Add toInstantOrNull(Date) to KiwiDateTimeConverters Dec 26, 2022
sleberknight added a commit that referenced this issue Dec 26, 2022
* Add KiwiDates#dateFromInstantOrNull(Instant)
* Add KiwiDateTimeConverters#toInstantOrNull(Date)
* Add KiwiDateTimeConverters#toInstantOrNull(Calendar)
* Add KiwiDateTimeConverters#toZonedDateTimeOrNull(GregorianCalendar)
* Fix miscellaneous Javadoc error in KiwiDateTimeConverters

Closes #823
Closes #824
Closes #825
Closes #826
sleberknight added a commit that referenced this issue Dec 27, 2022
* Add KiwiDates#dateFromInstantOrNull(Instant)
* Add KiwiDateTimeConverters#toInstantOrNull(Date)
* Add KiwiDateTimeConverters#toInstantOrNull(Calendar)
* Add KiwiDateTimeConverters#toZonedDateTimeOrNull(GregorianCalendar)
* Fix miscellaneous Javadoc error in KiwiDateTimeConverters

Closes #823
Closes #824
Closes #825
Closes #826
@sleberknight sleberknight self-assigned this Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature A new feature such as a new class, method, package, group of classes, etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant