I have something like /Date(1370001284000+0200)/ as timestamp. I guess it is a unix date, isn\'t it? How can I convert this to a date like this: 31.05.201
/Date(1370001284000+0200)/
31.05.201
if you're using React I found 'react-moment' library more easy to handle for Front-End related tasks, just import component and add unix prop:
unix
import Moment from 'react-moment' // get date variable const {date} = this.props {date}