Here is the html for the date field :
Check out
I have the same problem and resolve like this
added in html part
and simple in Controller call
$scope.btnPost = function () { var dateFromHTML = $('#datepicker').val();