katemihalikova / ion-datetime-picker

Date and/or time picker for awesome Ionic framework
MIT License
169 stars 101 forks source link

i can't get #61

Closed thanhcuong90 closed 7 years ago

thanhcuong90 commented 7 years ago
$scope.timeMorningValue = new Date();
    $scope.timeMorningValue.setHours(05, 00);

In UI i change to 02:00 finalize: console.log(morningHour); => Display only 05:00

katemihalikova commented 7 years ago

Please attach more code, this is not enough. You can fork a demo codepen and demonstrate your issue there.