mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
Fix incorrect value format in Et2Date
This commit is contained in:
parent
7cc9006e19
commit
c81183f5f6
@ -298,7 +298,7 @@ export class Et2Date extends Et2InputWidget(LitFlatpickr)
|
||||
this.altFormat = this.egw().preference("dateformat") || "Y-m-d";
|
||||
this.altInput = true;
|
||||
this.allowInput = true;
|
||||
this.dateFormat = "Y-m-d\T00:00:00\Z";
|
||||
this.dateFormat = "Y-m-dT00:00:00\\Z";
|
||||
this.weekNumbers = true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user