axos88 / rainloop-plugin-vacation-settings-tab

MIT License
0 stars 2 forks source link

NaN in date field #6

Open ghost opened 8 years ago

ghost commented 8 years ago

Hello,

I have an issue, in my vacationtab, when I refrech page the date value is "NaN" (Not a valid Number).

Update and insert work fine but select just show NaN.

In the rainloop log (with debug = On) I just see:

[13:06:17.632][73443b1a] AJAX[DATA]: {"Action":"VacationsettingstabPlugin::GetAutoreplySettings","Result":{"Body":"test","DateStart":"2015-11-11 00:00:00","DateEnd":"2016-11-11 00:00:00"},"Time":36}

My bdd column type is datetime, so I dont see where is the problème.

Can you help me please ?

Thanks by advance!

EDIT: Work fine with chrome but dont work in firefox.