I’m getting besides other properties DateTime property which is rendered on the view as
/Date(1346997005000)/
I should convert this to readable format as dd.mm.yy
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use displayDate. If you have access to one of the numerous JavaScript date libraries (e.g. Moment.js), you should be able to just pass dx into a function and get the display string with one line of code. That’d be a nicer solution.