我有这样的日语日历选择器
this.selectionCustomOfficeService.getSingleCustomOffice(selectionCustomOffice.customOfficeId).subscribe((data)=>{
console.log("entered");
let outPut = JSON.parse(data);
selectionCustomOffice.custOfficeName=outPut.custOffcName;
console.log( selectionCustomOffice.custOfficeName);
},(error)=>{
console.log(error);
});
结果是日历格式为(29,30)的yy格式,我想以2017年格式的yyyy格式显示它。我不知道如何自定义此内容,请帮助我。抱歉,我无法发布图片