I have following text input filled by model value in timestamp:
You can also specify a timezone like this:
$scope.$watch('workerDetail.dateOfBirth', function (newDate) { $scope.workerDetail.dateOfBirth = $filter('date')(newDate, 'HH:mm', 'UTC'); });