typescript convert date to string format dd/mm/yyyy typescript format date tostring yyyy-mm-dd

The solution for “typescript convert date to string format dd/mm/yyyy typescript format date tostring yyyy-mm-dd” can be found here. The following code will assist you in solving the problem.

import { DatePipe } from ‘@angular/common’

constructor(public datepipe: DatePipe){}

myFunction(){
this.date=new Date();
let latest_date =this.datepipe.transform(this.date, ‘yyyy-MM-dd’);
}20-10-2022

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

0
inline scripts encapsulated in