I currently have a dateItem:
Is there any way to get the current time displayed with the date that the user is chosen? When I pick a date from the calendar picker, it always comes back with a 00:00
Code:
<DynamicForm
ID="dateForm"
numCols="4"
width="600"
>
<fields>
<field name="directInputDate" title="Direct Input Date" displayFormat="toUSShortDateTime" type="date" useTextField="true"/>
</fields>
</DynamicForm>
Comment