Get date formatted from milliseconds

Get date formatted from milliseconds

GnorroGnorro Posts: 2Questions: 0Answers: 0
edited May 2013 in DataTables 1.9
HI

I have an ajax call to a webservice that produces json output. This output contains a datetime value retrieved from the datatabse, and is a value in milliseconds

In my datatable I need to display a date in forma dd/MM/yyyy.

I can use mRender to get a date object from milliseconds, but hai can i format it?

thanks
This discussion has been closed.