Hi i need help in converting data-time format. I'm using Cordova and JqueryMobile, my web services are in asp.net. In response of my Ajax call i get date in the format below.
"/Date(1425935535000+0000)/"
I need to convert it to DD-MMM format (i.e 13-Mar ) what utility i use to convert it. any plugin is appreciated. i have also tried moment.js but it fails here is what i have done so far jsfiddle