2
Answers

How to change date format in Angular Typescript?

Photo of Rohan Ramani

Rohan Ramani

4y
3k
1
Hi All,
I am using Angular & Typescript.
  1. let date = new Date();  
I want the date format "dd-mm-yyyy". suggest me the solution. 
 

Answers (2)