This commit is contained in:
Lingzi
2022-04-06 10:57:58 +08:00
parent a2becf2105
commit 5a2a668168
8 changed files with 13 additions and 20 deletions

View File

@ -20,7 +20,7 @@ export class DatatableCustomindexComponent implements OnInit {
date: any = null;
defineDate = [];
time: any = ['2022-01-01 00:00:00']
dateFormat = 'yyyy-MM-dd';
dateFormat = 'yyyy';
today = new Date();
dateNext: any = null;
modeNext = 'year';