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
Add a null-safe wrapper for Date#toInstant
Date#toInstant
The text was updated successfully, but these errors were encountered:
Add null-safe utilities in KiwiDates and KiwiDateTimeConverters
b7bdc70
* 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
Add null-safe utilities in KiwiDates and KiwiDateTimeConverters (#827)
46050fd
sleberknight
Successfully merging a pull request may close this issue.
Add a null-safe wrapper for
Date#toInstant
The text was updated successfully, but these errors were encountered: