How to format a date in AngularJS ?

devquora
devquora

Posted On: Feb 22, 2018

 

The AngularJS provides a date filter through which you can format the date into the required form.

Syntax

{{ today | date:'MM/dd/yyyy'}}

    Related Questions

    Please Login or Register to leave a response.

    Related Questions