Hi to all,How to bind the date from GET API in datepicker in react js. In DB date format is '2021-07-09 00:00:00'. In UI date picker Format 'mm-dd-yyyy' . How to bind the date in datepicker. Please sahre your Idea.
Thankong You.
Hi to all,How to bind the date from GET API in datepicker in react js. In DB date format is '2021-07-09 00:00:00'. In UI date picker Format 'mm-dd-yyyy' . How to bind the date in datepicker. Please sahre your Idea.
Thankong You.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vaibhav ChauhanPosted Jul 9, 2021, 1:57 PM
You can import moment.js package to format your date
This is how you can install:
Using it in code:
Reference:
https://thecodebarbarian.com/formatting-javascript-dates-with-moment-js.html