typescript 打字稿中的角度转换日期格式

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了typescript 打字稿中的角度转换日期格式相关的知识,希望对你有一定的参考价值。

import { DatePipe } from '@angular/common';
...
constructor(public datepipe: DatePipe){}
...
convertDate(){
 this.date = new Date();
 let latest_date = this.datepipe.transform(this.date, 'yyyy-MM-dd');
}

以上是关于typescript 打字稿中的角度转换日期格式的主要内容,如果未能解决你的问题,请参考以下文章

如何将这些对象转换为打字稿中的数组

打字稿中的模块关键字是啥意思?

typescript 打字稿中的镜头

typescript 打字稿中的导出示例

typescript 打字稿中的字符类

typescript 打字稿中的一些类