Hi all!
The problem is as follows:
I have created form3.0 with a calendar item, but setting date in it using method setDate does not show value in the item. Function getDate() is working, and it returns value setted by method setDate().
Code:
Experiment <script src="dhtmlx/dhtmlxcommon.js" type="text/javascript"></script>
<script src="dhtmlx/layout/dhtmlxlayout.js" type="text/javascript"></script>
<script src="dhtmlx/layout/dhtmlxcontainer.js" type="text/javascript"></script>
<script src="dhtmlx/calendar/dhtmlxcalendar.js"></script>
<script src="dhtmlx/calendar/ext/dhtmlxtimepicker.js"></script>
<script src="dhtmlx/form/dhtmlxform.js"></script>
<script src="dhtmlx/form/ext/dhtmlxform_item_calendar.js"></script>