Hi Isomorphic,
Please let me know, how to force user to select date from date chooser, Below is the DataSource field definition:
<field>
<name>date</name>
<type>datetime</type>
<editorType>date</editorType>
<hidden>false</hidden>
<required>true</required>
<title>Estimate Date</title>
<prompt>Date</prompt>
<useTextField>true</useTextField>
</field>
Please let me know, how to force user to select date from date chooser, Below is the DataSource field definition:
<field>
<name>date</name>
<type>datetime</type>
<editorType>date</editorType>
<hidden>false</hidden>
<required>true</required>
<title>Estimate Date</title>
<prompt>Date</prompt>
<useTextField>true</useTextField>
</field>
Comment