With the following version , when creating a date objet with type Input/nuDate with format dd/mm/yyyyy and creation of related object in the database as date, I have the following error message when creating a new record.
.
Looking in details in the generated HTML it seems that nubuilder framework generates an issue when creating this object.
Code: Select all
<input id="exa_date" data-nu-tab="0" data-nu-form="" onchange="nuChange(event)"
data-nu-field="exa_date" data-nu-object-id="68ac66d9b2c4d0d"
data-nu-format="D|dd/mm/yyyy" data-nu-prefix=""
data-nu-type="input" data-nu-subform-sort="1" onfocus="nuLookupFocus(event)"
data-nu-data=""
data-nu-label="Date" type="nuDate" class="input_nuDate nuDate" autocomplete="off"
onclick="nuPopupCalendar(this);"
data-nu-access="0"
data-nu-table-column="1" style="top: 160px; left: 150px; width: 300px; height: 22px; text-align: left; position: absolute;">
it seems that the issue is around
onclick="nuPopupCalendar(this);"
Many thanks for helping me with this issue.
BRegards,
Yves