Answers for "Angular 7 display dates"

12

date angular

// In Angular 
// Html
<p>{{myDate | date: 'dd-MM-yyyy'}}</p>
// Typescript
myDate: Date = new Date();
Posted by: Guest on July-13-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language