0

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?

mvinayakam
  • 2,808
  • 2
  • 18
  • 20

1 Answers1

1

Use the moment-cell extension.

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

Y.H Wong
  • 7,151
  • 3
  • 33
  • 35