Format Data in DataTableGrid after loading the date in the grid
Format Data in DataTableGrid after loading the date in the grid
ThomasFerraz
Posts: 7Questions: 3Answers: 0
Hi Friends i have a problem to format the Date after loading the date in the grid
i uploading the image to show a problema.
This discussion has been closed.
Answers
i need format to "DD/MM/YYYY"
Hi @ThomasFerraz ,
You can change the format with
columns.render
- and use Moment.js, as it's excellent for all time/date based operations.Cheers,
Colin