Change datatable format
Change datatable format
Escobedo97
Posts: 12Questions: 7Answers: 0
in DataTables
Example code: https://datatables.net/extensions/datetime/examples/integration/datatables.html
Im using that example to my project, but in my project dates look like this in the table 28/01/2022 day month year
How can i change the JS code so i can do that, because the example shows this format as an example 2022/01/28 and im not using that
Answers
Use a data renderer like the datetime renderer.
Kevin