Transform date toString instead of UTC string

后端 未结 0 1550
隐瞒了意图╮
隐瞒了意图╮ 2021-01-16 12:56

I have a node + typescript project. And am doing the following:

export class Slot {
  startTime: Date;
  constructor(_startTime: Date){
   this.startTime = _s         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题