I am supposed to format the date time to display "28 Sep 2020 00:11".
my initial value is this "2020-09-28 00:11:50".
currently, this is how it is being displayed.
i am using coreui's datatable.
this is my code for the datatable assigning.
I want to know if there's any way i can format the datetime here?
You can try this:
Datatable has scoppedSlots prop for change any scop, I used react-moment for date formatting.