Format Date time in AngularJS

后端 未结 13 1741
Happy的楠姐
Happy的楠姐 2020-11-30 22:00

How do I properly display the date and time in AngularJS?

The output below shows both the input and the output, with and without the AngularJS date filter:



        
13条回答
  •  抹茶落季
    2020-11-30 22:43

    we can format the date on view side in angular is very easy....please check the below example:

    {{dt | date : "dd-MM-yyyy"}}

提交回复
热议问题