Attempting to show the date and time using a 12-hour format of 'dd-MMM-yyyy HH:mm a'
The desired outcome should be similar to: 27-DEC-2016 12:30 AM
The current result shows: Dec 27, 2016
The previous result without any formatting appears as: 2016-12-22T13:22:00Z
HTML Snippet:
{{pickuptime | date:defaultDateTimeFormat}}
Controller Code:
$scope.defaultDateTimeFormat = "dd-MMM-yyyy HH:mm a";