-
Notifications
You must be signed in to change notification settings - Fork 40
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
how to change cbc:IssueTime formats #40
Comments
This is an issue that occurs from Java 9 on, if I remember correctly. |
Thank you for your fast replay but when I use LocalTime InviceIssiuTime_S = LocalTime.now(); |
How I can remove ".0" from the last |
Ah you mean, you want to totally remove the fraction seconds part.... |
because it is requirement in our country in UBL evince |
Technically stupid requirement but okay. aInvoice.setIssueTime(InviceIssiuTime_S.truncatedTo(ChronoUnit.MINUTES)); |
doesn't work |
Bug on my side.... :( |
When I try aInvoice.setIssueTime(InviceIssiuTime_S.truncatedTo(ChronoUnit.MINUTES)); cbc:IssueTime19:05**:00.0**</cbc:IssueTime> |
Yes yes - as I mentioned previously it's a bug on my side. Working on it |
Please update your "ph-commons" dependency to |
Thank you It is working fine now and I appreciate your kind cooperation and quick response |
Great - thanks for testing. I will create an updated 6.6.3 release to avoid that manual cause! |
Hi,
How I can change cbc:IssueTime formats from cbc:IssueTime17:18:50.0</cbc:IssueTime>
to cbc:IssueTime17:18:50</cbc:IssueTime> whiteout nanosecond?
The text was updated successfully, but these errors were encountered: