How to get Current Date time

前端 未结 5 720
日久生厌
日久生厌 2021-01-11 13:06

How can I get current date and time in angularjs

I have tried the following:

{{Date.Now}}

But it d

5条回答
  •  -上瘾入骨i
    2021-01-11 13:44

    Thanks all I got it by your all of answer

    {{getDatetime | date:'yyyy-MMM-dd'}}
    

    In controller, $scope.getDatetime = new Date();

提交回复
热议问题