1/ Could not find "alue" anywhere.
Anyway, having a missing property in the .wcPropSave is harmless as FoxInCloud checks PEMstatus() before reading or saving a property.
2/ We'll fix current month display as you suggest.
thn
If you use the datepicker class, there are two bugs that you need to adjust for, one minor and one major.
In the datepicker container, the wcpropsave has a type listing a nonexistant property "alue". Delete that property from the list.
The major one is the month display does not display when the dropdpwn is active, so you have no way to ever know what month is the current month.
In the webcalendar container, in the ref4reshmonth method change:
with this:
That will fix the display.