-
Notifications
You must be signed in to change notification settings - Fork 189
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
fix(model-csvFile-#1468):time level precision not availabe in date #1673
fix(model-csvFile-#1468):time level precision not availabe in date #1673
Conversation
… availabe in date
✅ Deploy Preview for carbon-charts-core ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-charts-react ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-charts-angular ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
I have read the DCO document and I hereby sign the DCO. |
issue #1659 should also be addressed by this fix. |
Can I ask if there is any chance to merge that branch? Can I help somehow? |
This has already been addressed partially by our And will also be addressed by #1710. Those 2 pieces better address modal customizability (already available), and a general locale interface for dates & numbers (merging soon) |
Updates
-Addition of dateFormatter under model property in options object.
-User is now able to format date as per need.
-Changes will be reflected in the subsequent CSV file.
Demo screenshot or recording