How can I get current date and time in angularjs
angularjs
I have tried the following:
{{Date.Now}}
But it d
Thanks all I got it by your all of answer
{{getDatetime | date:'yyyy-MMM-dd'}}
In controller, $scope.getDatetime = new Date();
$scope.getDatetime = new Date();