Date format
Date format
cala
Posts: 52Questions: 15Answers: 0
Hi,
I have a date column in my table. Without any configuration, in the Editor the format is dd/mm/yyyy, but when the table is shown, it is mm/dd/yyyy.
How can I correct the visualization in the table?
Thank you!
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi,
you can use the "Set" formatter if you use php and editor.
https://editor.datatables.net/manual/php/formatters
If you only want to change the visual in the table you also can use the "render" function.
https://datatables.net/reference/option/columns.render
Cheers
Hannes
Thanks Hannes!
For users that have same problem, I've used: