-
Notifications
You must be signed in to change notification settings - Fork 16
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
ui.labeled_value #938
Comments
For date formatting, I suggest we simply accept a Java date format string: https://docs.oracle.com/javase/10/docs/api/java/text/SimpleDateFormat.html So for the @dsmmcken does this sound reasonable? |
Closes deephaven#938 and Closes deephaven#869 and closes DH-18132. **Additional Notes:** - After conversation with @mofojed yesterday, I will be creating separate PR to implement the ability to pass in dates and have date formatting (given that it will require a fair share of logic) - Have put up this PR in the interim so that docs and the other functionality can be reviewed --------- Co-authored-by: margaretkennedy <[email protected]> Co-authored-by: Mike Bender <[email protected]> Co-authored-by: Eric Lin <[email protected]> Co-authored-by: Eric Lin <[email protected]>
Spectrum docs: https://react-spectrum.adobe.com/react-spectrum/LabeledValue.html
Docs ticket: #869
The text was updated successfully, but these errors were encountered: