I have a unix timestamp, and I\'m trying to convert it into a calendar date such as MM/DD/YYYY. So far, I have this:
MM/DD/YYYY
I fixed it like this example.
$scope.myCalendar = new Date(myUnixDate*1000);