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
A client recently found the formatD() formatter is not converting a date object into the correct readable string format.
const 'myBirthday': '2024-01-30T14:43:00' // in template: {d.myMirthday:formatD("MM/DD/YYY HH:mm')} // renders as `01/20/2024 15:43`
an hour is being added to the time.
possible fix is to set the timezone when starting carbone
common-document-generation-service/app/src/components/carboneRender.js
Line 103 in 2e5d24b
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A client recently found the formatD() formatter is not converting a date object into the correct readable string format.
an hour is being added to the time.
possible fix is to set the timezone when starting carbone
common-document-generation-service/app/src/components/carboneRender.js
Line 103 in 2e5d24b
see: https://carbone.io/documentation.html#date-manipulation
The text was updated successfully, but these errors were encountered: