Hi.
When using a DateTime field, the date picker is not working. I get the following errors:
Uncaught ReferenceError: Calendar is not defined
at HTMLInputElement. (web2py.js:198)
This seems to be related to the fact that calendar.js is not loaded. With a Date field is working normally.
Another behavior is that the layout of the date picker is different on date fields if I use the SQLForm or CustomForms. .
Hi.
When using a DateTime field, the date picker is not working. I get the following errors:
Uncaught ReferenceError: Calendar is not defined
at HTMLInputElement. (web2py.js:198)
This seems to be related to the fact that calendar.js is not loaded. With a Date field is working normally.
Another behavior is that the layout of the date picker is different on date fields if I use the SQLForm or CustomForms. .