how to print a date in datatable?

how to print a date in datatable?

raijin17raijin17 Posts: 2Questions: 1Answers: 0

hi, i have a problem with datatable, when i do a request the json response with a serie of data, in which there are two dates, the data table show them in a following them: 15466878780000, i used "render: $j.fn.dataTable.render.moment( 'Do MMM YYYYY' )", but the result was "invalid date",
already added the librarys:
jquery.dataTables.min.js
moment.js
datetime.js

the database that i use is oracle 12c and theb framwork is spring 3.2.4

Answers

This discussion has been closed.