cancel
Showing results for 
Search instead for 
Did you mean: 

Time Zone Issue

sanjaybandhaniya
Elite Collaborator
Elite Collaborator

I have created workflow where the problem is due date difference during selection of date and display of date.

Please check Attach Image.

Image 1 is showing selection of date.

Image 2 is showing display of Date.

Image 3 is showing API Response.

1 REPLY 1

krutik_jayswal
Elite Collaborator
Elite Collaborator

Add below share side form configuration for the workflow due date field.

<field id="bpm:workflowDueDate" label-id="workflow.field.due" set="info">
        <control template="/org/alfresco/components/form/controls/date.ftl">
           <control-param name="showTime">false</control-param>
           <control-param name="submitTime">false</control-param>
        </control>
</field>

Marking submitTime as false will do the trick.