Search code examples
javascriptbackbone.jsbackgrid

Formatting DateCell Backgrid js


I am using the Backgrid js component for showing my data grid. It's pretty straightforward and simple.

However I am having difficulties formatting the date to show up in mm/dd/yyyy or dd/mm/yyyy it shows up in yyyy/mm/dd format by default.

Can anyone provide examples on how to format this?


Solution

  • Use the moment-cell extension.

    http://backgridjs.com/#api-moment-cell