I am using laravel 5.0. I am getting data from controller as json. I am having value like this.
{"timstamp_date":"1434360957"},
I need to convert this unix timestamp value as Normal Date Like (15-06-2015)
or (15-March-2015)
.
I have used Date(timstamp_date)
but it is showing current time only. Not my timstamp date
You could use:
EDIT You could try;
https://jsfiddle.net/sp57Lnpf/