mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
document hack, to work around birthdays changing one day for each time they are stored
This commit is contained in:
parent
6744ba967e
commit
c6783d8b8e
@ -238,6 +238,8 @@ var et2_date = et2_inputWidget.extend(
|
||||
this.date.setMonth(0);
|
||||
this.date.setFullYear(1970);
|
||||
}
|
||||
// this is a hack, to work around birthdays changing one day for each time they are stored
|
||||
// ToDo: either find and fix the reason, or send date as YYYY-mm-dd string to server
|
||||
else if (this._type == 'date')
|
||||
{
|
||||
this.date.setHours(12);
|
||||
|
Loading…
Reference in New Issue
Block a user