How to display date on calendar using DateTime value from database #636
Unanswered
jaymichalek
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Is there a shareable piece of code you're working on? You could use CodeSandbox or similar to build a quick repro for your use case for me to have a look and help you out. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am very new to React and I found the react-calendar through searching and used it as a date picker for my app. When I save a new entity on my app, it saves the date from react-calendar to my database just fine. But when I am updating the entity, is there a way to show the datetime value on the react-calendar?
Beta Was this translation helpful? Give feedback.
All reactions